summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-27 17:07:22 -0400
committerNick Mathewson <nickm@torproject.org>2010-09-27 17:07:22 -0400
commit6c5b9ba6258c8e79be9f96a3ec377600d0066356 (patch)
treed1d591092a397c36d6176889ec3580a9c6af467c /src/or/or.h
parentef5925237d4712c40fb6d69b8de882ab39e6798f (diff)
downloadtor-6c5b9ba6258c8e79be9f96a3ec377600d0066356.tar.gz
tor-6c5b9ba6258c8e79be9f96a3ec377600d0066356.zip
Change bug1751 enabling code based on comments from arma
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 6c1c8efb8d..2e532c9ef3 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2470,8 +2470,9 @@ typedef struct {
/** Whether we should drop exit streams from Tors that we don't know are
* relays. One of "0" (never refuse), "1" (always refuse), or "auto" (do
- * what the consensus says). -RD */
- const char *RefuseUnknownExits;
+ * what the consensus says, defaulting to 'refuse' if the consensus says
+ * nothing). */
+ char *RefuseUnknownExits;
/** Parsed version of RefuseUnknownExits. -1 for auto. */
int RefuseUnknownExits_;