mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
a missing comma could wreak all sorts of havoc.
svn:r1335
This commit is contained in:
parent
c85d45f01a
commit
4d747cd954
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user