Changeset 27
- Timestamp:
- 03/16/04 10:07:54 (5 years ago)
- Files:
-
- branches/incorporate_libhttpd/wifidog/src/http.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/incorporate_libhttpd/wifidog/src/http.c
r26 r27 96 96 } 97 97 else { 98 debug(D_LOG_ERR, "fw_allow returned %d when giv ing%s at %s profile %d", temp, webserver->clientAddr, mac, profile);98 debug(D_LOG_ERR, "fw_allow returned %d when given %s at %s profile %d", temp, webserver->clientAddr, mac, profile); 99 99 httpdOutput(webserver, "Authentication succeeded, however we failed to modify the firewall."); 100 100 }
