use unix sockets too

This commit is contained in:
Love Hornquist Astrand
2011-04-11 17:36:31 -07:00
parent 00b3524892
commit d9b3c87fc3

View File

@@ -272,6 +272,10 @@ main(int argc, char **argv)
heim_sipc_timeout(60);
}
#endif
{
heim_sipc un;
heim_sipc_service_unix("org.h5l.ntlm-service", kcm_service, NULL, &un);
}
heim_ipc_main();
return 0;