diff options
Diffstat (limited to 'source4/auth/auth_ntlmssp.c')
-rw-r--r-- | source4/auth/auth_ntlmssp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/auth/auth_ntlmssp.c b/source4/auth/auth_ntlmssp.c index 622a89c939..183363a363 100644 --- a/source4/auth/auth_ntlmssp.c +++ b/source4/auth/auth_ntlmssp.c @@ -231,5 +231,8 @@ NTSTATUS auth_ntlmssp_get_session_info(struct auth_ntlmssp_state *auth_ntlmssp_s auth_ntlmssp_state->ntlmssp_state->session_key.data, auth_ntlmssp_state->ntlmssp_state->session_key.length); + (*session_info)->workstation = talloc_strdup((*session_info)->mem_ctx, + auth_ntlmssp_state->ntlmssp_state->workstation); + return NT_STATUS_OK; } |