From aa52ae7354ae5ab803da4686f344cfc4ca134c46 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 20 Dec 2001 23:46:05 +0000 Subject: lp_setup_logfile() doesn't exist any more --- source/rpcclient/rpcclient.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/source/rpcclient/rpcclient.c b/source/rpcclient/rpcclient.c index dd490f90660..f57b4f2e483 100644 --- a/source/rpcclient/rpcclient.c +++ b/source/rpcclient/rpcclient.c @@ -570,7 +570,7 @@ static void usage(void) DEBUGLEVEL = 1; - while ((opt = getopt(argc, argv, "A:s:Nd:U:W:c:l:h")) != EOF) { + while ((opt = getopt(argc, argv, "A:s:Nd:U:W:c:h")) != EOF) { switch (opt) { case 'A': /* only get the username, password, and domain from the file */ @@ -587,12 +587,6 @@ static void usage(void) DEBUGLEVEL = atoi(optarg); break; - case 'l': - slprintf(logfile, sizeof(logfile) - 1, "%s.client", optarg); - lp_set_logfile(logfile); - interactive = False; - break; - case 'N': got_pass = True; break; -- cgit v1.2.1