summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 33911ec..16702b7 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);
}
OpenPOWER on IntegriCloud