Module Name: krb5 Committed By: raeburn Date: Mon Mar 22 22:00:02 UTC 2004 Modified Files: krb5/src/kdc/ChangeLog krb5/src/kdc/network.c Added Files: Removed Files: Log Message ticket: 2384 tags: pullup * network.c (delete_fd): Free pointed-to data after removing it from the connection set. (kill_tcp_connection): Move delete_fd call to the end. (accept_tcp_connection): Decrement connection counter again if we drop the incoming connection for lack of buffer space. To generate a diff of this commit: cvs diff -r5.278 -r5.279 krb5/src/kdc/ChangeLog cvs diff -r5.57 -r5.58 krb5/src/kdc/network.c