mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
smtp.c: Fixed compilation error from commit f16c0de4e9
warning: unused variable 'smtpc'
This commit is contained in:
parent
796333bc5e
commit
90ec8763a5
@ -228,7 +228,6 @@ static void smtp_to_smtps(struct connectdata *conn)
|
|||||||
static bool smtp_endofresp(struct connectdata *conn, char *line, size_t len,
|
static bool smtp_endofresp(struct connectdata *conn, char *line, size_t len,
|
||||||
int *resp)
|
int *resp)
|
||||||
{
|
{
|
||||||
struct smtp_conn *smtpc = &conn->proto.smtpc;
|
|
||||||
bool result = FALSE;
|
bool result = FALSE;
|
||||||
|
|
||||||
/* Nothing for us */
|
/* Nothing for us */
|
||||||
|
Loading…
Reference in New Issue
Block a user