aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.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/test.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/test.c')
-rw-r--r--src/or/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c
index 64fdacd789..efb1220c41 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -1406,7 +1406,7 @@ test_exit_policies(void)
/* Copied from router.c */
policy = NULL;
- config_append_default_exit_policy(&policy);
+ options_append_default_exit_policy(&policy);
test_assert(policy);
test_assert(!exit_policy_implicitly_allows_local_networks(policy, 1));