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/client.c

    r124 r135  
    36273627        */
    36283628        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)) {
    36303630                        DEBUG(0, ("Read from server failed, maybe it closed the "
    36313631                                "connection\n"));
Note: See TracChangeset for help on using the changeset viewer.