* network.c (paddr): Use unsigned int for length.
authorEzra Peisach <epeisach@mit.edu>
Mon, 7 Jun 2004 19:25:32 +0000 (19:25 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 7 Jun 2004 19:25:32 +0000 (19:25 +0000)
commitb7d2088661c5db832ff1cef008dc92306b6d465f
tree03d24aef50020a1006bc36c57d2f92f093bdd2e3
parentc3f8b49a7d6068a3b5dee78818a0c6d9c25981f3
* network.c (paddr): Use unsigned int for length.
(kdc_conn_type): Declare CONN_ enumerated types in connection as
distinct type.
(add_fd): Declare as taking enum type instead of simply
integer. Prevents assignment of interger to an enum.
(process_tcp_connection): Remove variable assigned to but never used.

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