1
0
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:
Andrew Tridgell
-
parent 6d16501606
commit 77f5bc8705

View File

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