Skip to content

Commit

Permalink
fixup! ipv6 move disable to vhost option
Browse files Browse the repository at this point in the history
fix missing backslash in multiline macro
  • Loading branch information
dosvald authored and lws-team committed Jun 4, 2016
1 parent 2dc7dde commit c16c6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private-libwebsockets.h
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ LWS_EXTERN void lws_feature_status_libuv(struct lws_context_creation_info *info)

#ifdef LWS_USE_IPV6
#define LWS_IPV6_ENABLED(vh) \
(!lws_check_opt(vh->context->options, LWS_SERVER_OPTION_DISABLE_IPV6) &&
(!lws_check_opt(vh->context->options, LWS_SERVER_OPTION_DISABLE_IPV6) && \
!lws_check_opt(vh->options, LWS_SERVER_OPTION_DISABLE_IPV6))
#else
#define LWS_IPV6_ENABLED(context) (0)
Expand Down

0 comments on commit c16c6c8

Please sign in to comment.