From 5118112822d0eef24427e3667452a7f01d15bac2 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 1 Mar 2007 05:21:31 +0000 Subject: r21624: Remove stray #endif from bad merge --- source/nsswitch/winbindd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source') diff --git a/source/nsswitch/winbindd.c b/source/nsswitch/winbindd.c index e0b126f9f2f..3ddb041ba07 100644 --- a/source/nsswitch/winbindd.c +++ b/source/nsswitch/winbindd.c @@ -1080,7 +1080,6 @@ int main(int argc, char **argv, char **envp) DEBUG(0,("unable to initalize domain list\n")); exit(1); } -#endif init_idmap_child(); -- cgit