mirror of
https://github.com/samba-team/samba.git
synced 2025-12-10 04:23:50 +03:00
add the stdout parameter to lp_dump()
This commit is contained in:
@@ -82,7 +82,7 @@ extern int DEBUGLEVEL;
|
|||||||
printf("Press enter to see a dump of your service definitions\n");
|
printf("Press enter to see a dump of your service definitions\n");
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
getc(stdin);
|
getc(stdin);
|
||||||
lp_dump();
|
lp_dump(stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (argc == 4)
|
if (argc == 4)
|
||||||
|
|||||||
Reference in New Issue
Block a user