Loading lib/smtp.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1671,7 +1671,7 @@ CURLcode Curl_smtp_escape_eob(struct connectdata *conn, ssize_t nread) si += smtpc->eob; si += smtpc->eob; /* then compare the first byte */ /* then compare the first byte */ if(SMTP_EOB[smtpc->eob] == data->req.upload_fromhere[i]) if(SMTP_EOB[0] == data->req.upload_fromhere[i]) smtpc->eob = 1; smtpc->eob = 1; else else smtpc->eob = 0; smtpc->eob = 0; Loading Loading
lib/smtp.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1671,7 +1671,7 @@ CURLcode Curl_smtp_escape_eob(struct connectdata *conn, ssize_t nread) si += smtpc->eob; si += smtpc->eob; /* then compare the first byte */ /* then compare the first byte */ if(SMTP_EOB[smtpc->eob] == data->req.upload_fromhere[i]) if(SMTP_EOB[0] == data->req.upload_fromhere[i]) smtpc->eob = 1; smtpc->eob = 1; else else smtpc->eob = 0; smtpc->eob = 0; Loading