mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:27:20 +03:00
smtp.c: Removed whitespace
This commit is contained in:
parent
0f3c330ad8
commit
89b5680d81
1 changed files with 1 additions and 1 deletions
|
|
@ -1257,7 +1257,7 @@ static CURLcode smtp_init(struct connectdata *conn)
|
|||
{
|
||||
struct SessionHandle *data = conn->data;
|
||||
struct FTP *smtp = data->state.proto.smtp;
|
||||
|
||||
|
||||
if(!smtp) {
|
||||
smtp = data->state.proto.smtp = calloc(sizeof(struct FTP), 1);
|
||||
if(!smtp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue