unix -> u

This commit is contained in:
Love Hornquist Astrand
2009-12-13 13:24:44 -08:00
parent fff9350227
commit baf83f0b3d

View File

@@ -74,7 +74,7 @@ test_service(void *ctx, const heim_idata *req,
int
main(int argc, char **argv)
{
heim_sipc unix;
heim_sipc u;
int optidx = 0;
setprogname(argv[0]);
@@ -98,7 +98,7 @@ main(int argc, char **argv)
}
#endif
heim_sipc_service_unix("org.h5l.test-ipc",
test_service, NULL, &unix);
test_service, NULL, &u);
heim_ipc_main();
return 0;