summaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-07-23 01:58:05 +0000
committerNick Mathewson <nickm@torproject.org>2005-07-23 01:58:05 +0000
commit2bd6040f629cc8738704f0f533d921d070b467a2 (patch)
tree20ebba7a0dbfb9c68aa2f2003648c736acd8e05d /src/or/router.c
parent3cb7b976608aced73023c23e5d42d0695bf57d90 (diff)
downloadtor-2bd6040f629cc8738704f0f533d921d070b467a2.tar.gz
tor-2bd6040f629cc8738704f0f533d921d070b467a2.zip
Rename cross-format config.c stuff to config_* and or_options_t-specific stuff to option[s]_*
svn:r4641
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index cbdd35731b..f9eb99eb68 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -752,7 +752,7 @@ router_rebuild_descriptor(int force)
ri->bandwidthrate = (int)options->MaxAdvertisedBandwidth;
config_parse_addr_policy(get_options()->ExitPolicy, &ri->exit_policy);
- config_append_default_exit_policy(&ri->exit_policy);
+ options_append_default_exit_policy(&ri->exit_policy);
if (desc_routerinfo) /* inherit values */
ri->is_verified = desc_routerinfo->is_verified;