1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-09 13:56:01 +00:00

Changed Handle_Write() to not close sockets itself but to call Conn_Close.

This commit is contained in:
Alexander Barton
2005-10-11 19:29:23 +00:00
parent ff218617db
commit bc09a3e487
3 changed files with 44 additions and 25 deletions

View File

@@ -11,6 +11,9 @@
ngIRCd CVSHEAD
- Fixed a bug that could cause the damon to crash when outgoing server
connections can't be established.
- Internal: Simplified resolver code.
- Fixed a bug that caused the daemon to leak file descriptors when no
resolver subprocesses could be created.
@@ -641,4 +644,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.295 2005/09/12 19:10:20 fw Exp $
$Id: ChangeLog,v 1.296 2005/10/11 19:29:23 alex Exp $