summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-03-01 10:47:38 +0000
committerAndrew Tridgell <tridge@samba.org>2003-03-01 10:47:38 +0000
commite8ec2b118071ce1d8cbfbcebce3781ac753c5c22 (patch)
tree4d063bac114423933a707f37dcd0e94c908b1981 /source
parent4a739d914bb87a3c8d071dfd0f275a9aab1cf90a (diff)
downloadsamba-e8ec2b118071ce1d8cbfbcebce3781ac753c5c22.tar.gz
samba-e8ec2b118071ce1d8cbfbcebce3781ac753c5c22.tar.xz
samba-e8ec2b118071ce1d8cbfbcebce3781ac753c5c22.zip
i forgot to commit the privilege db init call
Diffstat (limited to 'source')
-rw-r--r--source/smbd/server.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c
index b7fb3b5701e..0bcfcb9c78e 100644
--- a/source/smbd/server.c
+++ b/source/smbd/server.c
@@ -894,6 +894,10 @@ static BOOL init_structs(void )
if (!init_change_notify())
exit(1);
+ /* Setup privileges database */
+ if (!privilege_init())
+ exit(1);
+
/* re-initialise the timezone */
TimeInit();