]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix typo.
authorGünther Deschner <gd@samba.org>
Thu, 27 Mar 2008 17:05:02 +0000 (18:05 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 27 Mar 2008 17:05:02 +0000 (18:05 +0100)
Guenther

source/winbindd/winbindd_pam.c

index 3b13a9269a960f8683b09704b3eeda7a0fb48b07..972a3bf3b99a26db6cf53b29d53b85807ee51058 100644 (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) ) 
                        {