diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-26 18:52:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-26 18:52:16 +0000 |
commit | 509405a5f7643f94933ae7feb0a2788a73abd801 (patch) | |
tree | 7732760a74a902c247f746ebc52ccb97e54dc329 /src/or/directory.c | |
parent | 5e86e87124e643108c827366daac878e708d935d (diff) | |
download | tor-509405a5f7643f94933ae7feb0a2788a73abd801.tar.gz tor-509405a5f7643f94933ae7feb0a2788a73abd801.zip |
clean up this TOR_FRAGILE business
svn:r4116
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index efea2ce4e3..36ffeb5841 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -1126,9 +1126,7 @@ int connection_dir_finished_flushing(connection_t *conn) { return 0; default: log_fn(LOG_WARN,"Bug: called in unexpected state %d.", conn->state); -#ifdef TOR_FRAGILE - tor_assert(0); -#endif + tor_fragile_assert(); return -1; } return 0; |