diff options
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 2f68f00c78..875cab1629 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -4893,8 +4893,8 @@ static int max_open_files(void) #if defined(RLIM_INFINITY) if(rl.rlim_cur == RLIM_INFINITY) rlimit_max = MAX_OPEN_FILES; - } #endif + } #endif if (sysctl_max < MIN_OPEN_FILES_WINDOWS) { |