Fix build fail for CentOS6, without SO_REUSEPORT

pull/2721/head
winlin 3 years ago
parent 496a56fa47
commit 84a16774b2

@ -3567,8 +3567,8 @@ int SrsConfig::get_rtc_server_reuseport()
#if !defined(SO_REUSEPORT)
if (v > 1) {
srs_warn("REUSEPORT not supported, reset %d to %d", reuseport, DEFAULT);
v = 1
srs_warn("REUSEPORT not supported, reset to 1");
v = 1;
}
#endif

Loading…
Cancel
Save