diff options
author | Volker Lendecke <vl@samba.org> | 2010-09-13 11:56:48 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-09-13 10:27:27 -0700 |
commit | 95a0b6830f00c8949b2d8eee73db38d238275262 (patch) | |
tree | 8da2130efc1d6c3cc680c2fd13fe3e6e76330754 /source3 | |
parent | e03f8ded0198ff80dc001f3461eb0384e52f9f5b (diff) | |
download | samba-95a0b6830f00c8949b2d8eee73db38d238275262.tar.gz samba-95a0b6830f00c8949b2d8eee73db38d238275262.tar.bz2 samba-95a0b6830f00c8949b2d8eee73db38d238275262.zip |
s3: Fix a typo
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/ntlm_auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index b14c2b70d1..fec98e5e28 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -762,7 +762,7 @@ static NTSTATUS do_ccache_ntlm_auth(DATA_BLOB initial_msg, DATA_BLOB challenge_m * child of the trusted domain. If we ask the primary domain for * ntlm_ccache_auth, it will fail. So, we have to ask the trusted * domain's child for ccache_ntlm_auth. that is to say, we have to - * set WBFALG_PAM_CONTACT_TRUSTDOM in request.flags. + * set WBFLAG_PAM_CONTACT_TRUSTDOM in request.flags. */ ctrl = get_pam_winbind_config(); |