kerberos: SpInstanceInit() doesn't need a special implementation.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Dmitry Timoshkov 2018-07-20 13:10:04 +08:00 committed by Alexandre Julliard
parent 535f2f9e66
commit 2db0e421ff
1 changed files with 1 additions and 1 deletions

View File

@ -1331,7 +1331,7 @@ NTSTATUS NTAPI SpLsaModeInitialize(ULONG lsa_version, PULONG package_version,
static NTSTATUS NTAPI kerberos_SpInstanceInit(ULONG version, SECPKG_DLL_FUNCTIONS *dll_function_table, void **user_functions)
{
FIXME("%u,%p,%p: stub\n", version, dll_function_table, user_functions);
TRACE("%#x,%p,%p\n", version, dll_function_table, user_functions);
return STATUS_SUCCESS;
}