diff options
Diffstat (limited to 'proxy/src/gssproxy.c')
-rw-r--r-- | proxy/src/gssproxy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/src/gssproxy.c b/proxy/src/gssproxy.c index f1f0d13..4dd0094 100644 --- a/proxy/src/gssproxy.c +++ b/proxy/src/gssproxy.c @@ -106,6 +106,8 @@ int main(int argc, const char *argv[]) /* special call to tell the Linux kernel gss-proxy is available */ init_proc_nfsd(gpctx->config); + write_pid(); + vctx = init_event_loop(); if (!vctx) { return 1; |