diff options
author | Tim Potter <tpot@samba.org> | 2001-11-26 04:05:28 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-11-26 04:05:28 +0000 |
commit | d6318add27f6bca5be00cbedf2226b642341297a (patch) | |
tree | 77964a9bbfddbdbeaead4245e2a04cc73b5b92a6 /source/include/auth.h | |
parent | f85c976acc08a16bce6cb4053708485ccdea0d77 (diff) | |
download | samba-d6318add27f6bca5be00cbedf2226b642341297a.tar.gz samba-d6318add27f6bca5be00cbedf2226b642341297a.tar.xz samba-d6318add27f6bca5be00cbedf2226b642341297a.zip |
challange -> challenge
Diffstat (limited to 'source/include/auth.h')
-rw-r--r-- | source/include/auth.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/include/auth.h b/source/include/auth.h index e33ccc2e24b..270b8d388ab 100644 --- a/source/include/auth.h +++ b/source/include/auth.h @@ -92,12 +92,12 @@ typedef struct serversupplied_info } auth_serversupplied_info; typedef struct authsupplied_info { - DATA_BLOB challange; + DATA_BLOB challenge; /* Who set this up in the first place? */ - char *challange_set_by; \ + char *challenge_set_by; \ - struct auth_methods *challange_set_method; + struct auth_methods *challenge_set_method; /* What order are the various methods in? Try to stop it changing under us */ struct auth_methods *auth_method_list; } auth_authsupplied_info; |