diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-08-14 18:01:20 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-08-14 18:01:20 +0000 |
commit | e8de3ff54d043407c490c538dc75f1566c478bff (patch) | |
tree | 3785c3c71db98c7a695a9f761d62ec84bc539204 /src/or/policies.c | |
parent | fdba26f21329acd97f16aac91dcf3014f29de3f6 (diff) | |
download | tor-e8de3ff54d043407c490c538dc75f1566c478bff.tar.gz tor-e8de3ff54d043407c490c538dc75f1566c478bff.zip |
If we are lucky the whitespace nazis will not have noticed these things yet
svn:r16549
Diffstat (limited to 'src/or/policies.c')
-rw-r--r-- | src/or/policies.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/policies.c b/src/or/policies.c index a5f8a28460..02c408fec2 100644 --- a/src/or/policies.c +++ b/src/or/policies.c @@ -47,7 +47,6 @@ typedef struct policy_summary_item_t { int accepted:1; /** Has this port already been accepted */ } policy_summary_item_t; - /** Private networks. This list is used in two places, once to expand the * "private" keyword when parsing our own exit policy, secondly to ignore * just such networks when building exit policy summaries. It is important |