mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
parent
4a4953c4d2
commit
3799f18b35
@ -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 */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user