1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Add a missing call to init_nsm().

MFC after:	1 week
This commit is contained in:
Doug Rabson 2008-06-02 16:00:49 +00:00
parent 76263c7f1b
commit bbf7dc4c6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179489

View File

@ -342,6 +342,7 @@ main(int argc, char **argv)
}
if (kernel_lockd) {
init_nsm();
client_pid = client_request();
/*