diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/or/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index d8746dd17..88d6fde15 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -274,6 +274,7 @@ int connection_connect(connection_t *conn, char *address, uint32_t addr, uint16_ /* yuck. kill it. */ perror("connect"); log_fn(LOG_INFO,"Connect() to %s:%u failed.",address,port); + close(s); return -1; } else { /* it's in progress. set state appropriately and return. */ |