]> granicus.if.org Git - curl/commitdiff
Add missing variable initialization
authorYang Tse <yangsita@gmail.com>
Thu, 12 Nov 2009 14:36:34 +0000 (14:36 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 12 Nov 2009 14:36:34 +0000 (14:36 +0000)
lib/transfer.c

index 86213f90dc82783e270ff17cb6cb7171a8686a29..613cc5117093162f80e2ef43551554281fb8ffba 100644 (file)
@@ -1994,6 +1994,8 @@ CURLcode Curl_pretransfer(struct SessionHandle *data)
   data->state.errorbuf = FALSE; /* no error has occurred */
   data->state.httpversion = 0; /* don't assume any particular server version */
 
+  data->state.ssl_connect_retry = FALSE;
+
   data->state.authproblem = FALSE;
   data->state.authhost.want = data->set.httpauth;
   data->state.authproxy.want = data->set.proxyauth;