use ntlm_service

This commit is contained in:
Love Hornquist Astrand
2011-04-11 18:15:02 -07:00
parent d9b3c87fc3
commit c178563bef

View File

@@ -274,7 +274,7 @@ main(int argc, char **argv)
#endif #endif
{ {
heim_sipc un; heim_sipc un;
heim_sipc_service_unix("org.h5l.ntlm-service", kcm_service, NULL, &un); heim_sipc_service_unix("org.h5l.ntlm-service", ntlm_service, NULL, &un);
} }
heim_ipc_main(); heim_ipc_main();