]> granicus.if.org Git - curl/commit
Curl_debug: remove dead printhost code
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jun 2018 22:10:43 +0000 (00:10 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Jun 2018 14:00:27 +0000 (16:00 +0200)
commit5ae22272d1506e5c0e431f4ad60f1dc446f76715
tree15a2b35f108675006b83af14e21253605076309a
parent819f44dc07b0b60ea6f52478939dac4206b73146
Curl_debug: remove dead printhost code

The struct field is never set (since 5e0d9aea3) so remove the use of it
and remove the connectdata pointer from the prototype.

Reported-by: Tejas
Bug: https://curl.haxx.se/mail/lib-2018-06/0054.html
Closes #2647
12 files changed:
lib/ftp.c
lib/http.c
lib/http_proxy.c
lib/pingpong.c
lib/security.c
lib/sendf.c
lib/sendf.h
lib/ssh-libssh.c
lib/ssh.c
lib/transfer.c
lib/urldata.h
lib/vtls/openssl.c