diff options
| -rw-r--r-- | lib/smtp.c | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/lib/smtp.c b/lib/smtp.c index 1133fe527..c42b7208f 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -1042,10 +1042,7 @@ static CURLcode smtp_connect(struct connectdata *conn,    struct pingpong *pp=&smtpc->pp;    const char *path = conn->data->state.path;    int len; - -#ifdef HAVE_GETHOSTNAME -    char localhost[1024 + 1]; -#endif +  char localhost[1024 + 1];    *done = FALSE; /* default to not done yet */ | 
