Changeset 1378
- Timestamp:
- 09/30/08 07:02:40 (5 years ago)
- Location:
- trunk/wifidog
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
src/fw_iptables.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/ChangeLog
r1377 r1378 2 2 3 3 2008-09-30 Wichert Akkerman <wichert@wiggy.net> 4 * Add exitcode to iptables failure errors. 4 5 * Include the gw_id in auth server updates so the client does not have 5 6 to keep track of it in a session. -
trunk/wifidog/src/fw_iptables.c
r1375 r1378 114 114 115 115 if (rc!=0) 116 debug(LOG_ERR, "iptables comand failed : %s", cmd);116 debug(LOG_ERR, "iptables comand failed(%d): %s", rc, cmd); 117 117 118 118 free(cmd);
