Changeset 1378

Show
Ignore:
Timestamp:
09/30/08 07:02:40 (5 years ago)
Author:
wichert
Message:

Add exitcode to iptables failure errors

Location:
trunk/wifidog
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/ChangeLog

    r1377 r1378  
    22 
    332008-09-30 Wichert Akkerman <wichert@wiggy.net> 
     4        * Add exitcode to iptables failure errors. 
    45        * Include the gw_id in auth server updates so the client does not have 
    56          to keep track of it in a session. 
  • trunk/wifidog/src/fw_iptables.c

    r1375 r1378  
    114114 
    115115        if (rc!=0) 
    116                 debug(LOG_ERR, "iptables comand failed: %s", cmd); 
     116                debug(LOG_ERR, "iptables comand failed(%d): %s", rc, cmd); 
    117117 
    118118        free(cmd);