From 1a3e1c5510aa0b167dd0c882317c6d0dc67f0e1b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 28 Feb 2007 00:23:05 +0000 Subject: r11970@catbus: nickm | 2007-02-27 19:17:27 -0500 Fix a bug found by Udo van den Heuvel: avoid an assertion failure when a controller sets and clears EntryNodes before the next call to choose_random_entry(). Also make a function static. svn:r9669 --- src/or/or.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index 960c6ef62..382010284 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1980,7 +1980,6 @@ void entry_guards_compute_status(void); int entry_guard_register_connect_status(const char *digest, int succeeded, time_t now); void entry_nodes_should_be_added(void); -void entry_guards_prepend_from_config(void); void entry_guards_update_state(or_state_t *state); int entry_guards_parse_state(or_state_t *state, int set, char **msg); int getinfo_helper_entry_guards(control_connection_t *conn, -- cgit v1.2.3