1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.

(This used to be commit 5c6c8e1fe9)
This commit is contained in:
Gerald (Jerry) Carter
2007-10-10 15:34:30 -05:00
parent 57482469b3
commit e5a951325a
248 changed files with 10046 additions and 31667 deletions

View File

@@ -350,6 +350,8 @@ static void *make_internal_rpc_pipe_p(const char *pipe_name,
/* Store the session key and NT_TOKEN */
if (vuser) {
p->session_key = data_blob(vuser->session_key.data, vuser->session_key.length);
p->pipe_user.nt_user_token = dup_nt_token(
NULL, vuser->nt_user_token);
}
/*