Changeset 135 for branches/samba-3.0/source/client/client.c
- Timestamp:
- May 29, 2008, 11:30:31 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/client/client.c
r124 r135 3627 3627 */ 3628 3628 if (FD_ISSET(cli->fd,&fds)) { 3629 if (!receive_smb(cli->fd,cli->inbuf, 0)) {3629 if (!receive_smb(cli->fd,cli->inbuf,cli->bufsize,0)) { 3630 3630 DEBUG(0, ("Read from server failed, maybe it closed the " 3631 3631 "connection\n"));
Note:
See TracChangeset
for help on using the changeset viewer.