winbindd: prevent long lines in a later commit
[asn/samba-autobuild/.git] / source3 / winbindd / winbindd_pam.c
index 7ec3e5a4e1ea47afde9ad4216fdb2f39dd70cde9..b6d5b05491b16f56b52494335f6e982a72becf8f 100644 (file)
@@ -1540,12 +1540,13 @@ static NTSTATUS winbind_samlogon_retry_loop(struct winbindd_domain *domain,
        return result;
 }
 
-static NTSTATUS winbindd_dual_pam_auth_samlogon(TALLOC_CTX *mem_ctx,
-                                               struct winbindd_domain *domain,
-                                               const char *user,
-                                               const char *pass,
-                                               uint32_t request_flags,
-                                               struct netr_SamInfo3 **info3)
+static NTSTATUS winbindd_dual_pam_auth_samlogon(
+       TALLOC_CTX *mem_ctx,
+       struct winbindd_domain *domain,
+       const char *user,
+       const char *pass,
+       uint32_t request_flags,
+       struct netr_SamInfo3 **info3)
 {
 
        uchar chal[8];