From: Roger Dingledine Date: Fri, 26 Mar 2004 18:29:05 +0000 (+0000) Subject: a missing comma could wreak all sorts of havoc. X-Git-Tag: tor-0.0.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d747cd95492941151bbf6f0dc1c629b553590b5;p=thirdparty%2Ftor.git a missing comma could wreak all sorts of havoc. svn:r1335 --- diff --git a/src/or/connection.c b/src/or/connection.c index c5e205ddfb..f78033b91e 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -35,7 +35,7 @@ char *conn_state_to_string[][_CONN_TYPE_MAX+1] = { { "", /* exit, 0 */ "waiting for dest info", /* 1 */ "connecting", /* 2 */ - "open" /* 3 */ + "open", /* 3 */ "resolve failed" }, /* 4 */ { "ready" }, /* app listener, 0 */ { "", /* 0 */