]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
winbindd: reformatting
authorRalph Boehme <slow@samba.org>
Fri, 16 Feb 2024 15:17:33 +0000 (16:17 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 26 Jul 2024 10:06:31 +0000 (10:06 +0000)
No change in behaviour.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/winbindd/winbindd_cache.c

index 9a334e2ae977f2d4d6e8d8eeccc18c824d981eca..d5b8ef50822aaa1f685740d9c5c83d3f20cdaf15 100644 (file)
@@ -1839,7 +1839,8 @@ NTSTATUS wb_cache_name_to_sid(struct winbindd_domain *domain,
                                              name, flags, &dom_name, sid, type);
 
        if (NT_STATUS_EQUAL(status, NT_STATUS_IO_TIMEOUT) ||
-               NT_STATUS_EQUAL(status, NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND)) {
+           NT_STATUS_EQUAL(status, NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND))
+       {
                if (!domain->internal && was_online) {
                        set_domain_offline(domain);
                }