mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
r8876@Kushana: nickm | 2006-09-21 16:58:46 -0400
Trivial cleanup: !!x is a weird way to spell x != NULL. svn:r8441
This commit is contained in:
parent
e4a9b4de4e
commit
d273d52979
@ -128,7 +128,7 @@ parse_reachable_addresses(void)
|
||||
int
|
||||
firewall_is_fascist_or(void)
|
||||
{
|
||||
return !!reachable_or_addr_policy;
|
||||
return reachable_or_addr_policy != NULL;
|
||||
}
|
||||
|
||||
/** Return true iff <b>policy</b> (possibly NULL) will allow a
|
||||
|
Loading…
Reference in New Issue
Block a user