mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
lp_setup_logfile() doesn't exist any more
This commit is contained in:
parent
39f2e2e162
commit
aa52ae7354
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user