Skip to content

Commit

Permalink
Fix #3391 (#3400)
Browse files Browse the repository at this point in the history
  • Loading branch information
twose authored Jun 17, 2020
1 parent 79bb02d commit 2f0fb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/master.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,7 @@ swListenPort* swServer_add_port(swServer *serv, enum swSocket_type type, const c
swSysWarn("create socket failed");
return nullptr;
}
#if defined(SW_SUPPORT_DTLS) && !defined(__linux__)
#if defined(SW_SUPPORT_DTLS) && defined(HAVE_KQUEUE)
if (ls->ssl_option.dtls)
{
int on = 1;
Expand Down

0 comments on commit 2f0fb43

Please sign in to comment.