mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
Fix a compilation warning: function does not have to be STATIC.
This commit is contained in:
parent
9ad2eb8f73
commit
5d950f3edd
@ -1107,7 +1107,7 @@ circpad_new_consensus_params(const networkstatus_t *ns)
|
||||
/**
|
||||
* Return true if padding is allowed by torrc and consensus.
|
||||
*/
|
||||
STATIC bool
|
||||
static bool
|
||||
circpad_is_padding_allowed(void)
|
||||
{
|
||||
/* If padding has been disabled in the consensus, don't send any more
|
||||
|
Loading…
Reference in New Issue
Block a user