fix
This commit is contained in:
parent
55d6e766a4
commit
812b35bf8c
@ -218,9 +218,7 @@ int smtp_command(smtp_t *handle, char *command, char *arg) {
|
||||
}
|
||||
|
||||
int smtp_connect(smtp_t *handle) {
|
||||
int err;
|
||||
int c;
|
||||
int res;
|
||||
int err, c, res, optval;
|
||||
fd_set wrfs;
|
||||
struct timeval tv;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user