From a1ba988c03f45ee21d04d4b27409ebdb3db9fa4c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 29 Dec 2016 15:34:41 +0000 Subject: [PATCH] winbind: Fix a confusing indentation Signed-off-by: Volker Lendecke Reviewed-by: Uri Simchoni Reviewed-by: Andreas Schneider --- source3/winbindd/winbindd_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index 5171e288a4d..a130b03ff17 100644 --- a/source3/winbindd/winbindd_cache.c +++ b/source3/winbindd/winbindd_cache.c @@ -2140,7 +2140,7 @@ NTSTATUS wb_cache_rids_to_names(struct winbindd_domain *domain, names, types); if (NT_STATUS_EQUAL(result, NT_STATUS_IO_TIMEOUT) || - NT_STATUS_EQUAL(result, NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND)) { + NT_STATUS_EQUAL(result, NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND)) { if (!domain->internal && old_status) { set_domain_offline(domain); } -- 2.34.1