diff options
| author | Rick Macklem <rmacklem@FreeBSD.org> | 2009-05-22 18:10:39 +0000 |
|---|---|---|
| committer | Rick Macklem <rmacklem@FreeBSD.org> | 2009-05-22 18:10:39 +0000 |
| commit | 476174008c51fabecea3b956dbf397b11e8f4d49 (patch) | |
| tree | b603e840db8da85ef70e93de9019f841edfe8568 /sys/fs/nfsserver | |
| parent | 8757104e6b71eee02227976dc5212765ff4584de (diff) | |
Notes
Diffstat (limited to 'sys/fs/nfsserver')
| -rw-r--r-- | sys/fs/nfsserver/nfs_nfsdstate.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
