aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tftp
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2012-01-13 06:51:15 +0000
committerKevin Lo <kevlo@FreeBSD.org>2012-01-13 06:51:15 +0000
commita3a2bf4b67301263d37db3e0702845dbc671f439 (patch)
tree2f39c41e193505df2d97cf331a8647c9f25c53c9 /usr.bin/tftp
parentab80dcdb1c18421a1f0c62018aa4d223110a9a0c (diff)
Notes
Diffstat (limited to 'usr.bin/tftp')
-rw-r--r--usr.bin/tftp/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c
index 0092827f25423..669299bde06db 100644
--- a/usr.bin/tftp/main.c
+++ b/usr.bin/tftp/main.c
@@ -734,7 +734,7 @@ command(void)
history(hist, &he, H_ENTER, bp);
} else {
line[0] = 0;
- if (fgets(line, sizeof line , stdin) == 0) {
+ if (fgets(line, sizeof line , stdin) == NULL) {
if (feof(stdin)) {
exit(txrx_error);
} else {