aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.statd
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2007-08-12 01:46:19 +0000
committerDon Lewis <truckman@FreeBSD.org>2007-08-12 01:46:19 +0000
commit65f048fd0ee8934e50de2ea60e4fcc8af2f0a2e8 (patch)
tree479e67d9f72c03367386aa4e7d43f829357886be /usr.sbin/rpc.statd
parent7e29e4e011440dda8002f67f7baaed3523bab23d (diff)
Notes
Diffstat (limited to 'usr.sbin/rpc.statd')
-rw-r--r--usr.sbin/rpc.statd/statd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.statd/statd.c b/usr.sbin/rpc.statd/statd.c
index e827826125f9..4348865ea891 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. */