summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2009-05-22 18:10:39 +0000
committerrmacklem <rmacklem@FreeBSD.org>2009-05-22 18:10:39 +0000
commit0d99ad5f6663aea2bc97a2320b200d455a88d1a2 (patch)
treeb603e840db8da85ef70e93de9019f841edfe8568 /sys/fs
parentb51af5478aa2ae5fa7b451f27cfae615a2443ce4 (diff)
downloadFreeBSD-src-0d99ad5f6663aea2bc97a2320b200d455a88d1a2.zip
FreeBSD-src-0d99ad5f6663aea2bc97a2320b200d455a88d1a2.tar.gz
Modified the printf message of r192590 to remove the
possible DOS attack, as suggested by Sam. Approved by: kib (mentor)
Diffstat (limited to 'sys/fs')
-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 b154e41..fc947e3 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);
}
OpenPOWER on IntegriCloud