0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 21:28:53 +02:00

ircd::net: Appease clang-7 here.

This commit is contained in:
Jason Volk 2019-07-19 17:11:46 -07:00
parent 064f0b712c
commit 3185653ce0

View file

@ -2770,7 +2770,7 @@ noexcept try
if(unlikely(--instances == 0))
net::dock.notify_all();
if(unlikely(RB_DEBUG_LEVEL && opened(*this)))
if((RB_DEBUG_LEVEL) && unlikely(opened(*this)))
throw panic
{
"Failed to ensure socket(%p) is disconnected from %s before dtor.",