mirror of
https://github.com/curl/curl.git
synced 2026-04-29 15:02:11 +03:00
smtp: Fix compiler warning
warning: unused variable 'smtp' introduced in commit 73cbd21b5e.
This commit is contained in:
parent
73cbd21b5e
commit
ad3fdbc0a4
1 changed files with 0 additions and 1 deletions
|
|
@ -1641,7 +1641,6 @@ static CURLcode smtp_parse_url_path(struct connectdata *conn)
|
|||
{
|
||||
/* The SMTP struct is already initialised in smtp_connect() */
|
||||
struct SessionHandle *data = conn->data;
|
||||
struct SMTP *smtp = data->state.proto.smtp;
|
||||
struct smtp_conn *smtpc = &conn->proto.smtpc;
|
||||
const char *path = data->state.path;
|
||||
char localhost[HOSTNAME_MAX + 1];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue