diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-07-23 01:58:05 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-07-23 01:58:05 +0000 |
commit | 2bd6040f629cc8738704f0f533d921d070b467a2 (patch) | |
tree | 20ebba7a0dbfb9c68aa2f2003648c736acd8e05d /src/or/test.c | |
parent | 3cb7b976608aced73023c23e5d42d0695bf57d90 (diff) | |
download | tor-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.c | 2 |
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)); |