]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whoops, removed a semicolon :(
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Feb 2017 15:59:48 +0000 (10:59 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Feb 2017 15:59:48 +0000 (10:59 -0500)
src/or/entrynodes.c

index dd4b110c3c13e20c63d3c338faa90d2049462b21..3bb51693554f4a7a34cc1eb338551648926c1f12 100644 (file)
@@ -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;
   }