[LSA]
[reactos.git] / reactos / dll / win32 / lsasrv / lsasrv.c
index 1a007ec..6398e99 100644 (file)
@@ -26,6 +26,9 @@ LsapInitLsa(VOID)
     /* Initialize the well known SIDs */
     LsapInitSids();
 
+    /* Initialize the LSA database */
+    LsapInitDatabase();
+
     /* Start the RPC server */
     LsarStartRpcServer();