mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Merge branch 'maint-0.4.8'
This commit is contained in:
commit
8425e1e575
4
changes/ticket40848
Normal file
4
changes/ticket40848
Normal file
@ -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 *
|
static inline void *
|
||||||
relay_key_is_unavailable_(void)
|
relay_key_is_unavailable_(void)
|
||||||
{
|
{
|
||||||
tor_assert_nonfatal_unreached();
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
#define relay_key_is_unavailable(type) \
|
#define relay_key_is_unavailable(type) \
|
||||||
|
Loading…
Reference in New Issue
Block a user