]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
plus add a comment re: the previous bug
authorRoger Dingledine <arma@torproject.org>
Sat, 4 Dec 2004 10:18:41 +0000 (10:18 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 4 Dec 2004 10:18:41 +0000 (10:18 +0000)
svn:r3076

src/or/routerlist.c

index 0d85c621d15b2acbbd71cb55fa22b30d8999630f..9a364d4898fd9ce0b70e0c9566c58bf70e785cb6 100644 (file)
@@ -965,6 +965,10 @@ int router_compare_addr_to_addr_policy(uint32_t addr, uint16_t port,
         }
       } else if (!port) {
         /* The port maybe matches. */
+        /* XXX Nick: it looks port 0 only means something special for resolve
+         * commands, which can currently be handled by any exit node.
+         * Should we treat those specially elsewhere?
+         */
         maybe = 1;
       }
     } else {