From: Ralph Boehme Date: Fri, 1 Dec 2017 07:26:59 +0000 (+0100) Subject: winbindd: prevent long lines in a later commit X-Git-Tag: samba-4.8.0rc1~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1a9feb72001e9107d339555d2d7593c8be637ca;p=thirdparty%2Fsamba.git winbindd: prevent long lines in a later commit Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c index 7ec3e5a4e1e..b6d5b05491b 100644 --- a/source3/winbindd/winbindd_pam.c +++ b/source3/winbindd/winbindd_pam.c @@ -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];