- Timestamp:
- 07/20/04 00:18:05 (4 years ago)
- Files:
-
- 1 modified
-
branches/openct-0.6/src/ct/socket.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/openct-0.6/src/ct/socket.c
r469 r548 396 396 /* Loop until we receive a complete packet with the 397 397 * right xid in it */ 398 rc = 0; 398 399 do { 399 if ((rc = ct_socket_filbuf(sock, -1)) < 0)400 if ((rc == 0) && (rc = ct_socket_filbuf(sock, -1)) < 0) 400 401 return -1; 401 402
