Ignore:
Timestamp:
Apr 9, 2010, 3:20:58 PM (16 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5.x: update to 3.5.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/smbd/process.c

    r414 r427  
    18131813
    18141814        if ((req->wct < 2) || (CVAL(req->outbuf, smb_wct) < 2)) {
     1815
     1816
     1817
     1818
     1819
     1820
     1821
     1822
     1823
    18151824                goto error;
    18161825        }
     
    18401849                        req, req->outbuf, uint8_t, smb_len(req->outbuf) + 4);
    18411850                if (req->chain_outbuf == NULL) {
    1842                         goto error;
     1851                        ;
    18431852                }
    18441853                req->outbuf = NULL;
Note: See TracChangeset for help on using the changeset viewer.