diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-12-29 11:40:09 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-12-29 12:13:29 +0100 |
commit | 27349a68ea11493029bf0dbdf7399b70d7fe6ea4 (patch) | |
tree | 270a252ea43eef91449cf25c971d3d4fe07c72ab /source4/auth/ntlm | |
parent | af25fb55c0adb8ca0b552ace607ee285023c2652 (diff) | |
download | samba-27349a68ea11493029bf0dbdf7399b70d7fe6ea4.tar.gz samba-27349a68ea11493029bf0dbdf7399b70d7fe6ea4.tar.bz2 samba-27349a68ea11493029bf0dbdf7399b70d7fe6ea4.zip |
s4:auth: make auth_challenge_may_be_modified() public
metze
Diffstat (limited to 'source4/auth/ntlm')
-rw-r--r-- | source4/auth/ntlm/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/auth.c b/source4/auth/ntlm/auth.c index fafaf9cbb2..d5df387d80 100644 --- a/source4/auth/ntlm/auth.c +++ b/source4/auth/ntlm/auth.c @@ -43,7 +43,7 @@ _PUBLIC_ NTSTATUS auth_context_set_challenge(struct auth_context *auth_ctx, cons /*************************************************************************** Set a fixed challenge ***************************************************************************/ -bool auth_challenge_may_be_modified(struct auth_context *auth_ctx) +_PUBLIC_ bool auth_challenge_may_be_modified(struct auth_context *auth_ctx) { return auth_ctx->challenge.may_be_modified; } |