aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-19 14:38:04 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-19 15:02:08 -0500
commit3340d3279de0bb411c506a759778ee7a9b45165b (patch)
tree139e0dbfba7f0fd52f4ea5115771d5d80e829927 /src/or/circuitbuild.c
parentf2199763cf7c57744a885c12afcfa7b9df304629 (diff)
downloadtor-3340d3279de0bb411c506a759778ee7a9b45165b.tar
tor-3340d3279de0bb411c506a759778ee7a9b45165b.tar.gz
Downgrade an assert to LD_BUG
This should prevent crashes on further recurrence of 8065, and help diagnose such if they occur
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 40751e02b..8a3a36acc 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -1269,7 +1269,7 @@ pathbias_get_scale_use_threshold(const or_options_t *options)
/**
* Convert a Guard's path state to string.
*/
-static const char *
+const char *
pathbias_state_to_string(path_state_t state)
{
switch (state) {