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:
Nick Mathewson 2006-09-21 21:48:37 +00:00
parent e4a9b4de4e
commit d273d52979

View File

@ -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