Changeset b35fea3 in mainline
- Timestamp:
- 2010-12-28T10:45:25Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6f40a27
- Parents:
- 45bb1d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/net/socket_client.c
r45bb1d2 rb35fea3 1023 1023 if (fragments == 0) { 1024 1024 /* No more data, other side has closed the connection. */ 1025 fibril_mutex_unlock(&socket->receive_lock); 1026 fibril_rwlock_read_unlock(&socket_globals.lock); 1025 1027 return 0; 1026 1028 }
Note:
See TracChangeset
for help on using the changeset viewer.