Changeset 480 for trunk/server/source3/libsmb/cliconnect.c
- Timestamp:
- Aug 2, 2010, 8:16:45 PM (15 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 453,478
- Property svn:mergeinfo changed
-
trunk/server/source3/libsmb/cliconnect.c
r414 r480 1321 1321 uint8_t *bytes; 1322 1322 1323 *psmbreq = NULL; 1324 1323 1325 req = tevent_req_create(mem_ctx, &state, struct cli_tcon_andx_state); 1324 1326 if (req == NULL) { … … 1455 1457 if (req == NULL) { 1456 1458 return NULL; 1459 } 1460 if (subreq == NULL) { 1461 return req; 1457 1462 } 1458 1463 status = cli_smb_req_send(subreq);
Note:
See TracChangeset
for help on using the changeset viewer.