mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-14 10:50:27 +00:00
55190f2d3d
It is not possible to call Conn_Close() after Client_Destroy() has been called, because Conn_Close wants to access the CLIENT structure which then has been freed already. Fix IRC_KILL to use Conn_Close() for local clients and Client_Destroy() for remote clients only (and never both). |
||
---|---|---|
.. | ||
ipaddr | ||
ngircd | ||
portab | ||
testsuite | ||
tool | ||
.gitignore | ||
Makefile.am |