Changeset 135 for branches/samba-3.0/source/client/smbctool.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/smbctool.c
r22 r135 3305 3305 */ 3306 3306 if (FD_ISSET(cli->fd,&fds)) { 3307 receive_smb(cli->fd,cli->inbuf, 0);3307 receive_smb(cli->fd,cli->inbuf,cli->bufsize,0); 3308 3308 goto again; 3309 3309 }
Note:
See TracChangeset
for help on using the changeset viewer.