]> granicus.if.org Git - curl/commit
TFTP: let tftp_multi_statemach()'s return codes through
authorJames Dury <purplepolecat@users.sf.net>
Sat, 7 Dec 2013 14:53:08 +0000 (15:53 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 7 Dec 2013 14:53:08 +0000 (15:53 +0100)
commitc4f46e97ca6c0f495d7c81d808fbd414deba1457
treebdfb905c0cfe6ff6b5099f9779aa1816d48a6f2d
parentbd3ca6630a447426f583c19fe72c502639ff4845
TFTP: let tftp_multi_statemach()'s return codes through

It would otherwise always clobber the return code with new function
calls and it couldn't return timeout etc.

Bug: http://curl.haxx.se/bug/view.cgi?id=1310
lib/tftp.c