summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-20 23:46:05 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-20 23:46:05 +0000
commitaa52ae7354ae5ab803da4686f344cfc4ca134c46 (patch)
treec22d4659ebf0ed5cfd77d1828caf425b9b03ba65
parent39f2e2e1623a011e2c99ecca64e0643b1e450657 (diff)
downloadsamba-aa52ae7354ae5ab803da4686f344cfc4ca134c46.tar.gz
lp_setup_logfile() doesn't exist any more
-rw-r--r--source/rpcclient/rpcclient.c8
1 files changed, 1 insertions, 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;