parentheses around comparison in operand of ‘&’

This commit is contained in:
Willem Toorop 2016-07-14 13:46:12 +02:00
parent b4e7a82e11
commit af70671641
1 changed files with 1 additions and 1 deletions

View File

@ -1297,7 +1297,7 @@ getdns_context_create_with_extended_memory_functions(
/* Unbound needs SSL to be init'ed this early when TLS is used. However we
* don't know that till later so we will have to do this every time. */
if (set_from_os & 2 == 0)
if ((set_from_os & 2) == 0)
SSL_library_init();
#ifdef HAVE_LIBUNBOUND