]> granicus.if.org Git - curl/commit
tool_wrte_cb: remove check for config == NULL
authorDaniel Stenberg <daniel@haxx.se>
Sat, 17 Jun 2017 21:58:03 +0000 (23:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 17 Jun 2017 21:58:03 +0000 (23:58 +0200)
commitd4cc240c19f84c129876b4a28163c961ddfc922c
treef71a853838a3a10919f7938fb98e48f86ed385e5
parent5385450afd61328e7d24b50eeffc2b1571cd9e2f
tool_wrte_cb: remove check for config == NULL

... as it really cannot have reached this far with config being NULL,
thus this is unnecesary and misleading.

Bug: https://news.ycombinator.com/item?id=14577585 and
https://daniel.haxx.se/blog/2017/06/17/curl-doesnt-spew-binary-anymore/comment-page-1/#comment-18356

Forwarded-to-us-by: Jakub Wilk
src/tool_cb_wrt.c