Changeset 590 for trunk/server/source3/rpc_client/cli_pipe.c
- Timestamp:
- Jul 1, 2011, 8:40:10 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/server/source3/rpc_client/cli_pipe.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/rpc_client/cli_pipe.c
r429 r590 3214 3214 result->a_u.schannel_auth->seq_num = 0; 3215 3215 result->a_u.schannel_auth->initiator = true; 3216 result->a_u.schannel_auth->creds = creds;3216 result->a_u.schannel_auth->creds = ; 3217 3217 3218 3218 *presult = result; … … 4045 4045 /* 4046 4046 * The credentials on a new netlogon pipe are the ones we are passed 4047 * in - reference them in4047 * in - 4048 4048 */ 4049 result->dc = talloc_move(result, pdc); 4049 result->dc = netlogon_creds_copy(result, *pdc); 4050 if (result->dc == NULL) { 4051 TALLOC_FREE(result); 4052 return NT_STATUS_NO_MEMORY; 4053 } 4050 4054 4051 4055 DEBUG(10,("cli_rpc_pipe_open_schannel_with_key: opened pipe %s to machine %s "
Note:
See TracChangeset
for help on using the changeset viewer.
