diff options
-rw-r--r-- | lib/smtp.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/smtp.c b/lib/smtp.c index 456d986aa..ad265f892 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -1347,12 +1347,6 @@ static CURLcode smtp_connect(struct connectdata *conn, bool *done) /* Initialise the response reader stuff */ Curl_pp_init(pp); - /* Set the default response time-out */ - pp->response_time = RESP_TIMEOUT; - pp->statemach_act = smtp_statemach_act; - pp->endofresp = smtp_endofresp; - pp->conn = conn; - /* Calculate the path if necessary */ if(!*path) { if(!Curl_gethostname(localhost, sizeof(localhost))) |