1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +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[])
{
BOOL interactive = True;
int opt;
static char *cmdstr = NULL;
const char *server;
@ -719,9 +718,7 @@ out_free:
/* the following functions are part of the Samba debugging
facilities. See lib/debug.c */
setup_logging("rpcclient", interactive);
if (!interactive)
reopen_logs();
setup_logging("rpcclient", True);
/* Parse options */