]> granicus.if.org Git - curl/commit
tcpconnect: follow-up commit after b998d95b
authorDaniel Stenberg <daniel@haxx.se>
Fri, 19 Aug 2011 21:38:45 +0000 (23:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 19 Aug 2011 21:39:56 +0000 (23:39 +0200)
commit2d7c79af76ea9c35d0ec9512da2211d7aedf2878
tree6059f86fa13e07830267dd1c8eda7e09f4ea32fe
parent38c5e81a679dc76e1b786085695a68f49adb7efb
tcpconnect: follow-up commit after b998d95b

As I modified conn->bits.tcpconnect to become an array that holds one
bool for each potential connection all uses of that struct field must
index it correctly.
lib/imap.c
lib/pop3.c
lib/smtp.c
lib/ssh.c