1
0
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:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 39f2e2e162
commit aa52ae7354

View File

@ -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;