mirror of
https://github.com/samba-team/samba.git
synced 2025-12-09 00: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");
|
||||
fflush(stdout);
|
||||
getc(stdin);
|
||||
lp_dump();
|
||||
lp_dump(stdout);
|
||||
}
|
||||
|
||||
if (argc == 4)
|
||||
|
||||
Reference in New Issue
Block a user