From 476174008c51fabecea3b956dbf397b11e8f4d49 Mon Sep 17 00:00:00 2001 From: Rick Macklem Date: Fri, 22 May 2009 18:10:39 +0000 Subject: Modified the printf message of r192590 to remove the possible DOS attack, as suggested by Sam. Approved by: kib (mentor) --- sys/fs/nfsserver/nfs_nfsdstate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/nfsserver') diff --git a/sys/fs/nfsserver/nfs_nfsdstate.c b/sys/fs/nfsserver/nfs_nfsdstate.c index b154e4145949..fc947e31ac7d 100644 --- a/sys/fs/nfsserver/nfs_nfsdstate.c +++ b/sys/fs/nfsserver/nfs_nfsdstate.c @@ -3705,7 +3705,7 @@ nfsrv_nextclientindex(void) if (client_index != 0) return (client_index); - printf("out of clientids, possible DOS attack\n"); + printf("out of clientids\n"); return (client_index); } -- cgit v1.3