mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
WRA_MORE_SEVERE is not WRA_GET_MORE_SEVERE.
svn:r17720
This commit is contained in:
+1
-1
@@ -569,7 +569,7 @@ static int
|
||||
WRA_MORE_SEVERE(was_router_added_t a, was_router_added_t b)
|
||||
{
|
||||
if (b == ROUTER_ADDED_SUCCESSFULLY) {
|
||||
return a;
|
||||
return 1;
|
||||
} else if (b == ROUTER_ADDED_NOTIFY_GENERATOR) {
|
||||
return !WRA_WAS_ADDED(a);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user