summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/fs/nfsserver/nfs_nfsdstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nfsserver/nfs_nfsdstate.c b/sys/fs/nfsserver/nfs_nfsdstate.c
index f33c59a..aa0e725 100644
--- a/sys/fs/nfsserver/nfs_nfsdstate.c
+++ b/sys/fs/nfsserver/nfs_nfsdstate.c
@@ -3709,7 +3709,7 @@ nfsrv_nextclientindex(void)
* In practice, we'll never get here, but the reboot is here,
* just for fun. (client_index will not wrap around on any real server)
*/
- printf("you must reboot now\n");
+ panic("nfsv4 server out of clientids");
return (0); /* Just to shut the compiler up */
}
OpenPOWER on IntegriCloud