HACK large enumprinters
authorStefan Metzmacher <metze@samba.org>
Tue, 7 Jun 2011 22:54:14 +0000 (00:54 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 7 Jul 2011 12:49:54 +0000 (14:49 +0200)
source3/rpcclient/cmd_spoolss.c

index 0e12201f927aedf67a06f0f7f8940576abf358c1..80c4b22c7e48d8801210a0f02ffb6ad02ad2875e 100644 (file)
@@ -370,7 +370,7 @@ static WERROR cmd_spoolss_enum_printers(struct rpc_pipe_client *cli,
                                             flags,
                                             name,
                                             level,
-                                            0,
+                                            4192,
                                             &count,
                                             &info);
        if (W_ERROR_IS_OK(result)) {