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; }