summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-07-17 22:22:48 +0000
committerJeremy Allison <jra@samba.org>1998-07-17 22:22:48 +0000
commit7dfaca5d370ccb472d85416c623692ae7ec2176f (patch)
tree69608676b3343d493947e9a2e1cf0f59e20b0ec2 /source
parente01ce693f47e75e277f3440d46e32b0bd866b550 (diff)
downloadsamba-7dfaca5d370ccb472d85416c623692ae7ec2176f.tar.gz
samba-7dfaca5d370ccb472d85416c623692ae7ec2176f.tar.xz
samba-7dfaca5d370ccb472d85416c623692ae7ec2176f.zip
Forgot to increase size of files_struct by MAX_OPEN_DIRECTORIES in
previous checkin. Jeremy.
Diffstat (limited to 'source')
-rw-r--r--source/smbd/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c
index cabf2d44b15..98f65ce6e9b 100644
--- a/source/smbd/server.c
+++ b/source/smbd/server.c
@@ -67,7 +67,7 @@ extern int dcelogin_atmost_once;
extern DOM_SID global_machine_sid;
connection_struct Connections[MAX_CONNECTIONS];
-files_struct Files[MAX_OPEN_FILES];
+files_struct Files[MAX_OPEN_FILES+MAX_OPEN_DIRECTORIES];
/*
* Indirection for file fd's. Needed as POSIX locking