From fed644372916a5e565e4f5352aab61b39a3a42a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 27 Mar 2008 18:05:02 +0100 Subject: [PATCH] Fix typo. Guenther --- source/winbindd/winbindd_pam.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/winbindd/winbindd_pam.c b/source/winbindd/winbindd_pam.c index 3b13a9269a9..972a3bf3b99 100644 --- a/source/winbindd/winbindd_pam.c +++ b/source/winbindd/winbindd_pam.c @@ -1639,18 +1639,18 @@ process_result: if (state->request.flags & WBFLAG_PAM_GET_PWD_POLICY) { struct winbindd_domain *our_domain = find_our_domain(); - - /* This is not entiurely correct I believe, but it is + + /* This is not entirely correct I believe, but it is consistent. Only apply the password policy settings too warn users for our own domain. Cannot obtain these from trusted DCs all the time so don't do it at all. -- jerry */ - result = NT_STATUS_NOT_SUPPORTED; + result = NT_STATUS_NOT_SUPPORTED; if (our_domain == domain ) { -a result = fillup_password_policy(our_domain, state); + result = fillup_password_policy(our_domain, state); } - + if (!NT_STATUS_IS_OK(result) && !NT_STATUS_EQUAL(result, NT_STATUS_NOT_SUPPORTED) ) { -- 2.47.3