diff options
-rw-r--r-- | usr.sbin/rpc.statd/statd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.statd/statd.c b/usr.sbin/rpc.statd/statd.c index e827826..4348865 100644 --- a/usr.sbin/rpc.statd/statd.c +++ b/usr.sbin/rpc.statd/statd.c @@ -183,9 +183,9 @@ main(int argc, char **argv) transports[i]); /* NOTREACHED */ } - init_file("/var/db/statd.status"); freenetconfigent(nconf); } + init_file("/var/db/statd.status"); /* Note that it is NOT sensible to run this program from inetd - the */ /* protocol assumes that it will run immediately at boot time. */ |