From 93bbfce02b4ad3f51cef9b057a3959f4e091529f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 5 Oct 1998 01:57:03 +0000 Subject: added a function set_maxfiles() to set our file rlimit to the max possible and return the max. (This used to be commit 7a7b5ee1689b6be57752d176c7b77a2f1b453486) --- source3/smbwrapper/smbw.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/smbwrapper') diff --git a/source3/smbwrapper/smbw.c b/source3/smbwrapper/smbw.c index e76b42692e..633e63ef8d 100644 --- a/source3/smbwrapper/smbw.c +++ b/source3/smbwrapper/smbw.c @@ -87,6 +87,8 @@ void smbw_init(void) DEBUG(4,("Initial cwd from getwd is %s\n", smb_cwd)); } smbw_busy--; + + set_maxfiles(); } /***************************************************** -- cgit