From 95a0b6830f00c8949b2d8eee73db38d238275262 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 13 Sep 2010 11:56:48 +0200 Subject: s3: Fix a typo --- source3/utils/ntlm_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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(); -- cgit