diff options
author | Jeremy Allison <jra@samba.org> | 2002-10-22 22:17:29 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-10-22 22:17:29 +0000 |
commit | 83219da3028a0341a9c7b2db38738ca30288686b (patch) | |
tree | 7be5f6ff2559bf70011648f5312636aff84b69ff /source3/rpc_server | |
parent | 6ba55f9b279e235752d9cefd37a027c700172c7d (diff) | |
download | samba-83219da3028a0341a9c7b2db38738ca30288686b.tar.gz samba-83219da3028a0341a9c7b2db38738ca30288686b.tar.bz2 samba-83219da3028a0341a9c7b2db38738ca30288686b.zip |
Fix for systems that allow more than 65536 open files per process.
Jeremy.
(This used to be commit 947a56ce00e552e8b8d2ed64435eabde6225f044)
Diffstat (limited to 'source3/rpc_server')
-rw-r--r-- | source3/rpc_server/srv_pipe_hnd.c | 4 |
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 |