Ignore:
Timestamp:
Jul 2, 2011, 3:35:33 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/libsmb/clireadwrite.c

    r414 r596  
    705705                                uint16 mode,
    706706                                const char *buf,
    707                                 size_t size,
    708                                 int i)
     707                                size_t size)
    709708{
    710709        char *p;
     
    780779        }
    781780
    782         SSVAL(cli->outbuf,smb_mid,cli->mid + i);
    783 
    784781        show_msg(cli->outbuf);
    785782        if (direct_writes) {
     
    830827                                        write_mode,
    831828                                        buf + bsent,
    832                                         size1, issued))
     829                                        size1))
    833830                                return -1;
    834831                        issued++;
Note: See TracChangeset for help on using the changeset viewer.