]> granicus.if.org Git - curl/commit
telnet: (win32) fix read callback return variable
authorDaniel Stenberg <daniel@haxx.se>
Fri, 31 Mar 2017 12:20:13 +0000 (14:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 31 Mar 2017 22:14:05 +0000 (00:14 +0200)
commit76c21ed3fda20c55201c734a9d47af02ab7f6e46
tree5ae387e95a923280f34d5b0d727e8820bdada4a5
parentd5d85e70794622c31f4a4c7a2d904abc78189a51
telnet: (win32) fix read callback return variable

telnet.c(1427,21): warning: comparison of constant 268435456 with
expression of type 'CURLcode' is always false

telnet.c(1433,21): warning: comparison of constant 268435457 with
expression of type 'CURLcode' is always false

Reviewed-by: Jay Satiro
Reported-by: Gisle Vanem
Bug: https://github.com/curl/curl/issues/1225#issuecomment-290340890

Closes #1374
lib/telnet.c