diff options
author | Volker Lendecke <vl@samba.org> | 2008-10-13 20:38:50 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-10-13 20:59:35 +0200 |
commit | 2b1bef7e87e62ff4cb744b1f4564a8fc425f34e2 (patch) | |
tree | 97c17b7b160a09e8f656c40683b9ad70309dfcbb /source3 | |
parent | 76dfca1569f93a2b1b49244c4ae2e6a9834034f2 (diff) | |
download | samba-2b1bef7e87e62ff4cb744b1f4564a8fc425f34e2.tar.gz samba-2b1bef7e87e62ff4cb744b1f4564a8fc425f34e2.tar.bz2 samba-2b1bef7e87e62ff4cb744b1f4564a8fc425f34e2.zip |
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 :-)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_server/srv_pipe_hnd.c | 17 |
1 files changed, 0 insertions, 17 deletions
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; |