Commit df22dcb6 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

WRA_MORE_SEVERE is not WRA_GET_MORE_SEVERE.

svn:r17720
parent 61055ae7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {