Avoid interposing pidfile(), use rk_pidfile() instead

This commit is contained in:
Viktor Dukhovni
2016-12-19 19:09:45 -05:00
parent bda422f40b
commit 7dc4481ed2
8 changed files with 8 additions and 10 deletions

View File

@@ -169,7 +169,7 @@ main(int argc, char **argv)
signal(SIGPIPE, SIG_IGN);
#endif
#endif
pidfile(NULL);
rk_pidfile(NULL);
switch_environment();