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/utils/smbfilter.c

    r1 r135  
    141141               
    142142                if (c != -1 && FD_ISSET(c, &fds)) {
    143                         if (!receive_smb(c, packet, 0)) {
     143                        if (!receive_smb(c, packet, BUFFER_SIZE, 0)) {
    144144                                d_printf("client closed connection\n");
    145145                                exit(0);
     
    152152                }
    153153                if (s != -1 && FD_ISSET(s, &fds)) {
    154                         if (!receive_smb(s, packet, 0)) {
     154                        if (!receive_smb(s, packet, BUFFER_SIZE, 0)) {
    155155                                d_printf("server closed connection\n");
    156156                                exit(0);
Note: See TracChangeset for help on using the changeset viewer.