0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 08:12:37 +01:00

ircd::net: Legitimate handler (remove assertion).

This commit is contained in:
Jason Volk 2020-03-16 16:48:50 -07:00
parent c1672b280f
commit 4c699e0b6c

View file

@ -3783,7 +3783,6 @@ catch(const boost::system::system_error &e)
e.what()
};
assert(0);
call_user(callback, e.code());
}
catch(const std::bad_weak_ptr &e)