From: Jeremy Allison Date: Tue, 8 Sep 2020 22:59:46 +0000 (-0700) Subject: s3: libads: Reformat args to cldap_ping_list(). X-Git-Tag: talloc-2.3.2~525 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d044d20c6fbc7b8b40095c3400e49ba03d6bef17;p=thirdparty%2Fsamba.git s3: libads: Reformat args to cldap_ping_list(). Pure reformatting. Signed-off-by: Jeremy Allison Reviewed-by: Noel Power --- diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 8fbe34a20b7..593af18d918 100755 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -346,8 +346,10 @@ static bool ads_try_connect(ADS_STRUCT *ads, bool gc, Take note of and update negative connection cache. **********************************************************************/ -static NTSTATUS cldap_ping_list(ADS_STRUCT *ads,const char *domain, - struct ip_service *ip_list, int count) +static NTSTATUS cldap_ping_list(ADS_STRUCT *ads, + const char *domain, + struct ip_service *ip_list, + int count) { int i; bool ok;