diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-06-05 02:00:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:28 -0500 |
commit | 42b6b7149350b1d0f188e2aeec88bce3fe229423 (patch) | |
tree | d7b36129d526770c740f47f82e03714d080c0dbf /source4/auth/auth_ntlmssp.c | |
parent | 8de7e76e789f7b0b767fd61f34e5176c63e1ff8d (diff) | |
download | samba-42b6b7149350b1d0f188e2aeec88bce3fe229423.tar.gz samba-42b6b7149350b1d0f188e2aeec88bce3fe229423.tar.bz2 samba-42b6b7149350b1d0f188e2aeec88bce3fe229423.zip |
r1021: Because auth_serversupplied_info is not reference counted, this may
only be called once per authentication.
Andrew Bartlett
(This used to be commit 9a5de8de952a4e5c3eadccf42d034fa7cfd55171)
Diffstat (limited to 'source4/auth/auth_ntlmssp.c')
-rw-r--r-- | source4/auth/auth_ntlmssp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/auth_ntlmssp.c b/source4/auth/auth_ntlmssp.c index b5b6352c00..006ee49d16 100644 --- a/source4/auth/auth_ntlmssp.c +++ b/source4/auth/auth_ntlmssp.c @@ -210,6 +210,8 @@ NTSTATUS auth_ntlmssp_update(struct auth_ntlmssp_state *auth_ntlmssp_state, * * Only valid after a successful authentication * + * May only be called once per authentication. + * */ NTSTATUS auth_ntlmssp_get_session_info(struct auth_ntlmssp_state *auth_ntlmssp_state, |