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:
parent
c1672b280f
commit
4c699e0b6c
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue