]> granicus.if.org Git - curl/commit
build: fix compilation error with CURL_DISABLE_VERBOSE_STRINGS
authorChristian Stewart <christian@paral.in>
Tue, 8 Dec 2015 15:04:52 +0000 (10:04 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 8 Dec 2015 17:12:16 +0000 (18:12 +0100)
commitb6d5cb40d7038fe1ed5cda7815a6fe137242289e
tree1b487f52a288553365c875a47777f42ddbcc3902
parent6c2a10e9634840f5e2fc4c40da081357fe55d6f7
build: fix compilation error with CURL_DISABLE_VERBOSE_STRINGS

With curl disable verbose strings in http.c the compilation fails due to
the data variable being undefined later on in the function.

Closes #558
lib/http.c