udp: fix &/&& typo in macro condition (#3334)
This commit is contained in:
parent
1e73814fd0
commit
5246ce458a
@ -883,7 +883,7 @@ static int uv__udp_set_membership6(uv_udp_t* handle,
|
||||
#if !defined(__OpenBSD__) && \
|
||||
!defined(__NetBSD__) && \
|
||||
!defined(__ANDROID__) && \
|
||||
!defined(__DragonFly__) & \
|
||||
!defined(__DragonFly__) && \
|
||||
!defined(__QNX__)
|
||||
static int uv__udp_set_source_membership4(uv_udp_t* handle,
|
||||
const struct sockaddr_in* multicast_addr,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user