smtp: Removed duplicate pingpong structure initialisation
authorSteve Holme <steve_holme@hotmail.com>
Wed, 13 Feb 2013 18:22:20 +0000 (18:22 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 13 Feb 2013 18:22:20 +0000 (18:22 +0000)
commit0c6fa0dd648a772dc2ef3dcae02a39190e55fd2a
tree5ed13fadb37394a4be226560ca1912b5f1915ea0
parentcc8fad9a7fa6397d7b16eb52f8d6fa689eceff94
smtp: Removed duplicate pingpong structure initialisation

The smtp_connect() function was setting the member variables of the
pingpong structure twice, once before calling Curl_pp_init() and once
after!
lib/smtp.c