
9 Feb
2017
9 Feb
'17
4 p.m.
commit 2670844b2b64172fb9b02d5e02f928ceb8f59bf7 Author: Nick Mathewson <nickm@torproject.org> Date: Thu Feb 9 10:59:48 2017 -0500 whoops, removed a semicolon :( --- src/or/entrynodes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c index dd4b110..3bb5169 100644 --- a/src/or/entrynodes.c +++ b/src/or/entrynodes.c @@ -3044,7 +3044,7 @@ entry_guards_parse_state(or_state_t *state, int set, char **msg) if (r1 < 0) { if (msg && *msg == NULL) { - *msg = tor_strdup("parsing error") + *msg = tor_strdup("parsing error"); } return -1; }
3013
Age (days ago)
3013
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org