1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Fix the comment at line 3711 to be consistent with the change

applied for r192537.

Approved by:	kib (mentor)
This commit is contained in:
Rick Macklem 2009-05-21 14:52:36 +00:00
parent 3cf138bb79
commit bac9ff3446
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192539

View File

@ -3706,7 +3706,7 @@ nfsrv_nextclientindex(void)
return (client_index);
/*
* In practice, we'll never get here, but the reboot is here,
* In practice we'll never get here, but the panic is here
* just for fun. (client_index will not wrap around on any real server)
*/
panic("nfsv4 server out of clientids");