[LSASRV]
[reactos.git] / reactos / dll / win32 / lsasrv / lsasrv.c
index c6468a4..1a007ec 100644 (file)
@@ -64,6 +64,14 @@ LsapInitLsa(VOID)
 }
 
 
+NTSTATUS WINAPI
+ServiceInit(VOID)
+{
+    TRACE("ServiceInit() called\n");
+    return STATUS_SUCCESS;
+}
+
+
 void __RPC_FAR * __RPC_USER midl_user_allocate(SIZE_T len)
 {
     return RtlAllocateHeap(RtlGetProcessHeap(), HEAP_ZERO_MEMORY, len);