]> git.ipfire.org Git - thirdparty/curl.git/commit
tftpd: prefix TFTP protocol error `E*` constants with `TFTP_`
authorViktor Szakats <commit@vsz.me>
Fri, 7 Mar 2025 17:24:43 +0000 (18:24 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 11 Mar 2025 07:50:09 +0000 (08:50 +0100)
commitab2cf88daddde079b79b30b9741fc8a76d0a249a
tree74d76de08e49fd1b9dfefd68edf42e3737ea0605
parent51c9238c7656867458c06f068dacea0fc471f6c5
tftpd: prefix TFTP protocol error `E*` constants with `TFTP_`

To avoid mistaking them for `errno` error codes.

Closes #16666
tests/server/tftp.h
tests/server/tftpd.c