From 658463a75147238065ccf270ebda7917920c8821 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 3 Apr 2005 05:31:41 +0000 Subject: [PATCH] clean up the circuit-mark-for-close patch svn:r3994 --- src/or/circuitlist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 1e60d48341..0b742afe70 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -399,7 +399,7 @@ void _circuit_mark_for_close(circuit_t *circ, int line, const char *file) if (circ->marked_for_close) { log(LOG_WARN,"Duplicate call to circuit_mark_for_close at %s:%d" - " (first at %s:%d)", line, file, + " (first at %s:%d)", file, line, circ->marked_for_close_file, circ->marked_for_close); return; } @@ -457,7 +457,6 @@ void _circuit_mark_for_close(circuit_t *circ, int line, const char *file) circuit_mark_for_close(circ->rend_splice); circ->rend_splice = NULL; } - return 0; } /** Verify that cpath layer cp has all of its invariants