freebsd-dev/libexec/tftpd
Ed Maste 9a2856b439 Avoid error log for transfer stop w/o error code.
A number of tftp clients, including the one in Intel's pxe boot loader,
may intentionally stop a transfer using error code 0 (i.e., EUNDEF).
These are not real errors.  Avoid spamming log files with these by
logging them at level LOG_DEBUG instead.

Discussed on -hackers with an initial patch proposal; this change is an
improved approach suggested by kan@.
2012-02-21 14:59:07 +00:00
..
Makefile
tftp-file.c
tftp-file.h
tftp-io.c Avoid error log for transfer stop w/o error code. 2012-02-21 14:59:07 +00:00
tftp-io.h
tftp-options.c
tftp-options.h
tftp-transfer.c
tftp-transfer.h
tftp-utils.c
tftp-utils.h
tftpd.8
tftpd.c