summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nsswitch/wbinfo.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c
index 70742c9283..80d267a1bc 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);