mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
a missing comma could wreak all sorts of havoc.
svn:r1335
This commit is contained in:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user