]> granicus.if.org Git - curl/commit
Curl_do_more: fix typo logic
authorDaniel Stenberg <daniel@haxx.se>
Fri, 23 Dec 2011 23:09:41 +0000 (00:09 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 23 Dec 2011 23:09:41 +0000 (00:09 +0100)
commit4f8db8bf957b4e3efafa517ba14770dac7781204
tree793027003715f60434840d0e95db4a6d11d8eeaf
parent5ac9ec7205a1df753ecd8827f63878a445c44d6a
Curl_do_more: fix typo logic

In the recent do_more fix the new logic was mistakenly checking the
pointer instead of what it points to.

Reported by: Gokhan Sengun
Bug: http://curl.haxx.se/mail/lib-2011-12/0250.html
lib/url.c