]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a needless keep_open_until_flushed
authorNick Mathewson <nickm@torproject.org>
Wed, 8 Sep 2010 14:23:29 +0000 (10:23 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 8 Sep 2010 14:23:29 +0000 (10:23 -0400)
src/or/main.c

index 174c874f6e6aab5d07e77a2710dcda07419ebe9c..af2bf526d499428613a18acde7926089b8037c9c 100644 (file)
@@ -741,8 +741,6 @@ run_connection_housekeeping(int i, time_t now)
       log_info(LD_OR,"Expiring non-open OR connection to fd %d (%s:%d).",
                conn->s,conn->address, conn->port);
       connection_mark_for_close(conn);
-      conn->hold_open_until_flushed = 1; /* XXXX why? I think we can remove
-                                          * this. -NM */
     }
   } else if (we_are_hibernating() && !or_conn->n_circuits &&
              !buf_datalen(conn->outbuf)) {