diff options
Diffstat (limited to 'source4/utils/nmblookup.c')
-rw-r--r-- | source4/utils/nmblookup.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/utils/nmblookup.c b/source4/utils/nmblookup.c index fb21cb5529..900d55d6df 100644 --- a/source4/utils/nmblookup.c +++ b/source4/utils/nmblookup.c @@ -271,8 +271,6 @@ int main(int argc,char *argv[]) { 0, 0, 0, 0 } }; - setup_logging(argv[0], DEBUG_STDOUT); - pc = poptGetContext("nmblookup", argc, (const char **)argv, long_options, POPT_CONTEXT_KEEP_FIRST); @@ -288,9 +286,6 @@ int main(int argc,char *argv[]) exit(1); } - lp_load(dyn_CONFIGFILE,True,False,False); - load_interfaces(); - while (poptPeekArg(pc)) { const char *name = poptGetArg(pc); |