From afb8f8eaa5370bb171979578031bcd596ee95fe8 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Wed, 12 Aug 2009 17:27:05 +0200 Subject: [PATCH] s3 wbinfo: Remove unused functions, use C99-types --- nsswitch/wbinfo.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c index 70742c9283ec..80d267a1bcb1 100644 --- a/nsswitch/wbinfo.c +++ b/nsswitch/wbinfo.c @@ -1780,7 +1780,7 @@ int main(int argc, char **argv, char **envp) /* get the generic configuration parameters like --domain */ switch (opt) { case OPT_VERBOSE: - verbose = True; + verbose = true; break; case OPT_NTLMV2: use_ntlmv2 = true; @@ -1793,11 +1793,6 @@ int main(int argc, char **argv, char **envp) poptFreeContext(pc); - if (!init_names()) - return 1; - - load_interfaces(); - pc = poptGetContext(NULL, argc, (const char **)argv, long_options, POPT_CONTEXT_KEEP_FIRST); -- 2.34.1