Changeset 260
- Timestamp:
- 10/30/04 19:38:25 (9 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/src/ping_thread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/src/ping_thread.c
r259 r260 173 173 /** We don't have to use FD_ISSET() because there 174 174 * was only one fd. */ 175 numbytes = read(sockfd, request + totalbytes, 8);176 //MAX_BUF - (totalbytes + 1));175 numbytes = read(sockfd, request + totalbytes, 176 MAX_BUF - (totalbytes + 1)); 177 177 if (numbytes < 0) { 178 178 debug(LOG_ERR, "read(): %s", strerror(errno));
