Clean up my 1776 fix a bit
commit45b500d5a60ca6c43e5a545b9e15e203be1feeac
authorNick Mathewson <nickm@torproject.org>
Tue, 16 Nov 2010 00:38:19 +0000 (15 19:38 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 16 Nov 2010 00:43:53 +0000 (15 19:43 -0500)
treeeb471e036fee17063fe3be57d6157959f088bf4f
parentaccc51b68c3ec898488a170973bf306d91ebe691
Clean up my 1776 fix a bit

Sebastian notes (and I think correctly) that one of our ||s should
have been an &&, which simplifies a boolean expression to decide
whether to replace bridges.  I'm also refactoring out the negation at
the start of the expression, to make it more readable.
src/or/routerlist.c