i forgot to commit the privilege db init call
authorAndrew Tridgell <tridge@samba.org>
Sat, 1 Mar 2003 10:47:38 +0000 (10:47 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 1 Mar 2003 10:47:38 +0000 (10:47 +0000)
(This used to be commit e8ec2b118071ce1d8cbfbcebce3781ac753c5c22)

source3/smbd/server.c

index b7fb3b5701e0d2218ce9ec622261a48765f22244..0bcfcb9c78ecdd7b5f12f910910d75d959fb4d0b 100644 (file)
@@ -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();