From 2b1bef7e87e62ff4cb744b1f4564a8fc425f34e2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 13 Oct 2008 20:38:50 +0200 Subject: Remove the current_spoolss_pipes_open thingy. I looked at a checkout from 2002 and even there it did not what it was supposed to do. Sadly this also removes one of the nicest comments in the whole Samba code :-) --- source3/rpc_server/srv_pipe_hnd.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'source3/rpc_server/srv_pipe_hnd.c') diff --git a/source3/rpc_server/srv_pipe_hnd.c b/source3/rpc_server/srv_pipe_hnd.c index aee2d2053e..c8037e6e43 100644 --- a/source3/rpc_server/srv_pipe_hnd.c +++ b/source3/rpc_server/srv_pipe_hnd.c @@ -26,23 +26,6 @@ static int pipes_open; -/* - * Sometimes I can't decide if I hate Windows printer driver - * writers more than I hate the Windows spooler service driver - * writers. This gets around a combination of bugs in the spooler - * and the HP 8500 PCL driver that causes a spooler spin. JRA. - * - * bumped up from 20 -> 64 after viewing traffic from WordPerfect - * 2002 running on NT 4.- SP6 - * bumped up from 64 -> 256 after viewing traffic from con2prt - * for lots of printers on a WinNT 4.x SP6 box. - */ - -#ifndef MAX_OPEN_SPOOLSS_PIPES -#define MAX_OPEN_SPOOLSS_PIPES 256 -#endif -static int current_spoolss_pipes_open; - static pipes_struct *InternalPipes; static struct bitmap *bmap; -- cgit