aboutsummaryrefslogtreecommitdiff
path: root/src/or/entrynodes.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-18 15:39:11 -0400
committerNick Mathewson <nickm@torproject.org>2013-03-18 15:39:11 -0400
commitad8a27a3939be92e94d95fd7bb0f4e4b1e03382b (patch)
tree45d5395b5ca99d8e5e08e0283d6b053accae0a76 /src/or/entrynodes.c
parent2ac66e59f7b32bb7f975803c9d483848e755a08f (diff)
downloadtor-ad8a27a3939be92e94d95fd7bb0f4e4b1e03382b.tar
tor-ad8a27a3939be92e94d95fd7bb0f4e4b1e03382b.tar.gz
Fix some wide lines
Diffstat (limited to 'src/or/entrynodes.c')
-rw-r--r--src/or/entrynodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c
index de80e8862..e92c0c166 100644
--- a/src/or/entrynodes.c
+++ b/src/or/entrynodes.c
@@ -367,7 +367,7 @@ add_an_entry_guard(const node_t *chosen, int reset_status, int prepend,
} else {
const routerstatus_t *rs;
rs = router_pick_directory_server(MICRODESC_DIRINFO|V3_DIRINFO,
- PDS_PREFER_TUNNELED_DIR_CONNS_|PDS_FOR_GUARD);
+ PDS_PREFER_TUNNELED_DIR_CONNS_|PDS_FOR_GUARD);
if (!rs)
return NULL;
node = node_get_by_id(rs->identity_digest);