diff options
author | Volker Lendecke <vl@samba.org> | 2010-04-11 12:24:07 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-04-11 13:53:19 +0200 |
commit | bc619586f210dad5ed01859e21b5f657a34052bf (patch) | |
tree | 44efb7306c6d97992e08d4f95b529cdd1d987630 /source3 | |
parent | c5c40f26482696aca9ee67d170e827f450d59a8b (diff) | |
download | samba-bc619586f210dad5ed01859e21b5f657a34052bf.tar.gz samba-bc619586f210dad5ed01859e21b5f657a34052bf.tar.xz samba-bc619586f210dad5ed01859e21b5f657a34052bf.zip |
s3: Fix a typo
Diffstat (limited to 'source3')
-rw-r--r-- | source3/auth/auth_builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_builtin.c b/source3/auth/auth_builtin.c index 705fdda3e8d..b4ed70cfddb 100644 --- a/source3/auth/auth_builtin.c +++ b/source3/auth/auth_builtin.c @@ -149,7 +149,7 @@ static DATA_BLOB auth_get_fixed_challenge(const struct auth_context *auth_contex } -/** Module initailisation function */ +/** Module initialisation function */ static NTSTATUS auth_init_fixed_challenge(struct auth_context *auth_context, const char *param, auth_methods **auth_method) { |