Changeset 24
- Timestamp:
- 03/13/04 19:38:47 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/incorporate_libhttpd/wifidog/src/gateway.c
r23 r24 55 55 56 56 last_checked = time(NULL); 57 tv.tv_sec = config.checkinterval;58 tv.tv_usec = 0;59 57 60 58 debug(D_LOG_DEBUG, "Waiting for connections"); 61 59 while(1) { 60 tv.tv_sec = config.checkinterval; 61 tv.tv_usec = 0; 62 62 result = httpdGetConnection(webserver, &tv); 63 63 if (result < 0) {
