Changeset 125 for abuse/trunk/src/net/fileman.cpp
- Timestamp:
- Mar 18, 2008, 10:40:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/net/fileman.cpp
r124 r125 63 63 ok=nc->send_read(); 64 64 else if (nc->sock->ready_to_read()) 65 ok=process_nfs_command(nc); // if we couldn't process the packet ed, delete the connection65 ok=process_nfs_command(nc); // if we couldn't process the packet, delete the connection 66 66 67 67 if (ok)
Note: See TracChangeset
for help on using the changeset viewer.