aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 8a43399a..7785b89c 100644
--- a/driver.c
+++ b/driver.c
@@ -1518,7 +1518,6 @@ is restored."));
smtp_close(ctl, 0);
if (mailserver_socket != -1) {
cleanupSockClose(mailserver_socket);
- mailserver_socket = -1;
}
/* If there was a connect timeout, the socket should be closed.
* mailserver_socket_temp contains the socket to close.