diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/auth.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h index e33ccc2e24..270b8d388a 100644 --- a/source3/include/auth.h +++ b/source3/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; |