mirror of https://github.com/getdnsapi/getdns.git
parentheses around comparison in operand of ‘&’
This commit is contained in:
parent
b4e7a82e11
commit
af70671641
|
@ -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
|
/* 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. */
|
* 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();
|
SSL_library_init();
|
||||||
|
|
||||||
#ifdef HAVE_LIBUNBOUND
|
#ifdef HAVE_LIBUNBOUND
|
||||||
|
|
Loading…
Reference in New Issue