summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_pipe_hnd.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-10-22 22:17:06 +0000
committerJeremy Allison <jra@samba.org>2002-10-22 22:17:06 +0000
commit9b323a3c0deb73cea3c39e5b7323bdf17e199c5c (patch)
treedd3e4eb54dda18ebf76e84134955f606de2f1482 /source3/rpc_server/srv_pipe_hnd.c
parentc166b812a9d1733a8aec896884c37c6bdc73f070 (diff)
downloadsamba-9b323a3c0deb73cea3c39e5b7323bdf17e199c5c.tar.gz
samba-9b323a3c0deb73cea3c39e5b7323bdf17e199c5c.tar.bz2
samba-9b323a3c0deb73cea3c39e5b7323bdf17e199c5c.zip
Fix for systems that allow more than 65536 open files per process.
Jeremy. (This used to be commit ff537f10a0c0b6b1d9055eb776d1e8a9864e8363)
Diffstat (limited to 'source3/rpc_server/srv_pipe_hnd.c')
-rw-r--r--source3/rpc_server/srv_pipe_hnd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/rpc_server/srv_pipe_hnd.c b/source3/rpc_server/srv_pipe_hnd.c
index cc6e4b95f9..1695419687 100644
--- a/source3/rpc_server/srv_pipe_hnd.c
+++ b/source3/rpc_server/srv_pipe_hnd.c
@@ -31,10 +31,6 @@
static smb_np_struct *chain_p;
static int pipes_open;
-#ifndef MAX_OPEN_PIPES
-#define MAX_OPEN_PIPES 2048
-#endif
-
/*
* Sometimes I can't decide if I hate Windows printer driver
* writers more than I hate the Windows spooler service driver