1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

i forgot to commit the privilege db init call

This commit is contained in:
Andrew Tridgell -
parent 4a739d914b
commit e8ec2b1180

View 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();