Changeset 370 for branches/samba-3.3.x/source/rpc_client
- Timestamp:
- Jan 15, 2010, 8:23:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/rpc_client/cli_pipe.c
r342 r370 20 20 #include "includes.h" 21 21 #include "librpc/gen_ndr/cli_epmapper.h" 22 #include "smb_krb5.h" 22 23 23 24 #undef DBGC_CLASS … … 2349 2350 struct cli_state *rpc_pipe_np_smb_conn(struct rpc_pipe_client *p) 2350 2351 { 2352 if (p == NULL) { 2353 return NULL; 2354 } 2351 2355 if (p->transport_type == NCACN_NP) { 2352 2356 return p->trans.np.cli; … … 3370 3374 NTSTATUS status; 3371 3375 3376 *presult = NULL; 3377 3372 3378 status = get_schannel_session_key(cli, domain, &neg_flags, 3373 3379 &netlogon_pipe); … … 3390 3396 } 3391 3397 3392 return NT_STATUS_OK;3398 return status; 3393 3399 } 3394 3400
Note:
See TracChangeset
for help on using the changeset viewer.