* network.c (delete_fd): Free pointed-to data after removing it from the
authorKen Raeburn <raeburn@mit.edu>
Mon, 22 Mar 2004 22:00:02 +0000 (22:00 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 22 Mar 2004 22:00:02 +0000 (22:00 +0000)
commit83840111486de395b53444388e241a62bec67cc4
tree2c2e7a9fd6990200e33f0bdc0fff871ba54206ee
parentf37e1cb9857321ae08e43a8b056a02bd07697482
* 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.

ticket: 2384
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16201 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/ChangeLog
src/kdc/network.c