1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r14399: Fix deadcode coverity bug #3.

Jeremy.
This commit is contained in:
Jeremy Allison 2006-03-14 21:01:30 +00:00 committed by Gerald (Jerry) Carter
parent 4a4953c4d2
commit 3799f18b35

View File

@ -685,7 +685,6 @@ out_free:
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
BOOL interactive = True;
int opt; int opt;
static char *cmdstr = NULL; static char *cmdstr = NULL;
const char *server; const char *server;
@ -719,9 +718,7 @@ out_free:
/* the following functions are part of the Samba debugging /* the following functions are part of the Samba debugging
facilities. See lib/debug.c */ facilities. See lib/debug.c */
setup_logging("rpcclient", interactive); setup_logging("rpcclient", True);
if (!interactive)
reopen_logs();
/* Parse options */ /* Parse options */