From fa9b128e93cca45b9516917f73f586197e7637f3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 11 Jul 2008 17:44:35 +0200 Subject: [PATCH] Revert "Fix indentation" This reverts commit c4e6de9e34e1ff76552ce6d4e72b343fb5f33306. --- source/winbindd/idmap_ad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/winbindd/idmap_ad.c b/source/winbindd/idmap_ad.c index 1a41f4f6ffa..ca1cf81ca9a 100644 --- a/source/winbindd/idmap_ad.c +++ b/source/winbindd/idmap_ad.c @@ -347,7 +347,7 @@ again: if ( u_filter) { filter = talloc_asprintf_append_buffer(filter, "%s))", u_filter); CHECK_ALLOC_DONE(filter); - TALLOC_FREE(u_filter); + TALLOC_FREE(u_filter); } if ( g_filter) { filter = talloc_asprintf_append_buffer(filter, "%s))", g_filter); -- 2.47.3