Commit 3d145769 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Patch last patch to last patch


svn:r845
parent 312208ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -351,7 +351,7 @@ static routerinfo_t *choose_good_exit_server(directory_t *dir)
      if (i) {
        --i;
      } else {
        log_fn(LOG_DEBUG, "Chose exit server '%s'", dir->routers[i]->nickname);
        log_fn(LOG_DEBUG, "Chose exit server '%s'", dir->routers[j]->nickname);
        return dir->routers[j];
      }
    }