summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-12-29 11:57:28 +0100
committerStefan Metzmacher <metze@samba.org>2009-12-29 17:06:22 +0100
commitc9b6ad25004caab854cf6301faa472bb5c890a71 (patch)
treed9f5cac23ec60076f87c8af0f5392348690a3636 /source3/include
parentfbb59b2dcac1ce4d952c17d010ebf3bcfca863cd (diff)
downloadsamba-c9b6ad25004caab854cf6301faa472bb5c890a71.tar.gz
samba-c9b6ad25004caab854cf6301faa472bb5c890a71.tar.bz2
samba-c9b6ad25004caab854cf6301faa472bb5c890a71.zip
s3:ntlmssp: change get_challange() to return NTSTATUS
metze
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/ntlmssp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h
index f30b53f094..d3de59835f 100644
--- a/source3/include/ntlmssp.h
+++ b/source3/include/ntlmssp.h
@@ -74,8 +74,8 @@ struct ntlmssp_state
* @return 8 bytes of challenge data, determined by the server to be the challenge for NTLM authentication
*
*/
- void (*get_challenge)(const struct ntlmssp_state *ntlmssp_state,
- uint8_t challenge[8]);
+ NTSTATUS (*get_challenge)(const struct ntlmssp_state *ntlmssp_state,
+ uint8_t challenge[8]);
/**
* Callback to find if the challenge used by NTLM authentication may be modified