From fb7a24d8b4598f24bfec95c166978af74b107d94 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 14 Jul 2000 16:29:22 +0000 Subject: adding more spoolss command into rpcclient. They don't all work currently. More to come later. --jerry (This used to be commit 0faf21662db5b24b7fd57736ea53772e3baca5df) --- source3/rpcclient/spoolss_cmds.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/rpcclient/spoolss_cmds.c') diff --git a/source3/rpcclient/spoolss_cmds.c b/source3/rpcclient/spoolss_cmds.c index 251f6e0c2c..1538f560f9 100644 --- a/source3/rpcclient/spoolss_cmds.c +++ b/source3/rpcclient/spoolss_cmds.c @@ -35,7 +35,6 @@ static const struct command_set spl_commands[] = { "Enumerate Printers", {NULL, NULL}}, -#if 0 /* commented out by JERRY */ {"spoolenumdatas", cmd_spoolss_enum_printerdata, " Enumerate Printer datas", {NULL, NULL}}, @@ -63,7 +62,6 @@ static const struct command_set spl_commands[] = { {"spoolgetprinterdriverdir", cmd_spoolss_getprinterdriverdir, "Spool get printer driver directory", {NULL, NULL}}, -#endif /* * oop! */ -- cgit