mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'tor-gitlab/mr/759' into maint-0.4.8
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
o Minor bugfix (defensive programming):
|
||||
- Disable multiple BUG warnings of a missing relay identity key when
|
||||
starting an instance of Tor compiled without relay support.
|
||||
Fixes bug 40848; bugfix on 0.4.3.1-alpha.
|
||||
@@ -53,7 +53,6 @@ void routerkeys_free_all(void);
|
||||
static inline void *
|
||||
relay_key_is_unavailable_(void)
|
||||
{
|
||||
tor_assert_nonfatal_unreached();
|
||||
return NULL;
|
||||
}
|
||||
#define relay_key_is_unavailable(type) \
|
||||
|
||||
Reference in New Issue
Block a user