aboutsummaryrefslogtreecommitdiff
path: root/libexec/tftpd
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2010-09-24 14:44:04 +0000
committerMarius Strobl <marius@FreeBSD.org>2010-09-24 14:44:04 +0000
commit451108822128a4d41c03ae6d5b796a5cc6aeb7e0 (patch)
treebce13a12648194fa18c62e30615c8a2f5ba93845 /libexec/tftpd
parent5f6bf4518d954b42045f30a2bca12d7d4799d11c (diff)
downloadsrc-451108822128a4d41c03ae6d5b796a5cc6aeb7e0.tar.gz
src-451108822128a4d41c03ae6d5b796a5cc6aeb7e0.zip
Notes
Diffstat (limited to 'libexec/tftpd')
-rw-r--r--libexec/tftpd/tftpd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/tftpd/tftpd.c b/libexec/tftpd/tftpd.c
index 33911ec48018..16702b70cb1f 100644
--- a/libexec/tftpd/tftpd.c
+++ b/libexec/tftpd/tftpd.c
@@ -604,7 +604,6 @@ tftp_rrq(int peer, char *recvbuffer, ssize_t size)
*/
if (suppress_naks && *filename != '/' && ecode == ENOTFOUND)
exit(0);
- tftp_log(LOG_ERR, "Prevent NAK storm");
send_error(peer, ecode);
exit(1);
}