Ignore:
Timestamp:
May 29, 2008, 11:30:31 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.30

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/client/smbctool.c

    r22 r135  
    33053305        */
    33063306        if (FD_ISSET(cli->fd,&fds)) {
    3307                 receive_smb(cli->fd,cli->inbuf,0);
     3307                receive_smb(cli->fd,cli->inbuf,cli->bufsize,0);
    33083308                goto again;
    33093309        }
Note: See TracChangeset for help on using the changeset viewer.