Ignore:
Timestamp:
Aug 2, 2010, 6:40:21 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5: vendor update to 3.5.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/libsmb/cliconnect.c

    r414 r478  
    13211321        uint8_t *bytes;
    13221322
     1323        *psmbreq = NULL;
     1324
    13231325        req = tevent_req_create(mem_ctx, &state, struct cli_tcon_andx_state);
    13241326        if (req == NULL) {
     
    14551457        if (req == NULL) {
    14561458                return NULL;
     1459        }
     1460        if (subreq == NULL) {
     1461                return req;
    14571462        }
    14581463        status = cli_smb_req_send(subreq);
Note: See TracChangeset for help on using the changeset viewer.