mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
whoops, removed a semicolon :(
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user