1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fix typo.

Guenther
This commit is contained in:
Günther Deschner 2008-03-27 18:05:02 +01:00
parent 3426f13f3b
commit fed6443729

View File

@ -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) )
{