This commit is contained in:
whottgen 2004-11-26 22:53:47 +00:00
parent 55d6e766a4
commit 812b35bf8c

View File

@ -218,9 +218,7 @@ int smtp_command(smtp_t *handle, char *command, char *arg) {
} }
int smtp_connect(smtp_t *handle) { int smtp_connect(smtp_t *handle) {
int err; int err, c, res, optval;
int c;
int res;
fd_set wrfs; fd_set wrfs;
struct timeval tv; struct timeval tv;