summaryrefslogtreecommitdiff
path: root/source/smbd
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-01-03 17:05:26 +0000
committerLuke Leighton <lkcl@samba.org>2000-01-03 17:05:26 +0000
commit5669a1602aa0d9cfe98f1d4490febb22652a7c04 (patch)
tree6eb4e77957793c04d62b1f896cf69c5405dfa2ea /source/smbd
parent44e7822d0c117eb5dea5ce372e0eb87ec1f5bb29 (diff)
downloadsamba-5669a1602aa0d9cfe98f1d4490febb22652a7c04.tar.gz
added usage / compilation instructions. removed policy handle initialisation
from smbd, because... WE DON'T NEED IT! yippee!
Diffstat (limited to 'source/smbd')
-rw-r--r--source/smbd/server.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c
index 3ec4e93c3ff..04076fdefd7 100644
--- a/source/smbd/server.c
+++ b/source/smbd/server.c
@@ -476,10 +476,6 @@ static void init_structs(void)
conn_init();
file_init();
init_rpc_pipe_hnd(); /* for RPC pipes */
- if (!init_policy_hnd(MAX_SERVER_POLICY_HANDLES))
- {
- exit_server("could not allocate policy handles\n");
- }
init_dptrs();
init_dfs_table();
}