Ignore:
Timestamp:
Aug 2, 2010, 8:16:45 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: trunk update to 3.5.4

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/libsmb/cliconnect.c

    r414 r480  
    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.