* dispatch.c (dispatch): Remove arg "portnum"; update callers.
authorKen Raeburn <raeburn@mit.edu>
Wed, 26 Jun 2002 06:26:22 +0000 (06:26 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 26 Jun 2002 06:26:22 +0000 (06:26 +0000)
commit1e63714956525a6dad074e99a32149bdaebe4819
tree2e863d3d9358aa476883ddf1fd726822f95b02df
parent5ec4ccb06ab2dc80ff0eb99e797c9f4d0cb66b1b
* dispatch.c (dispatch): Remove arg "portnum"; update callers.
* do_as_req.c (process_as_req): Ditto.
* do_tgs_req.c (process_tgs_req): Ditto.
* kerberos_v4.c (process_v4): Remove arg "is_secondary"; update callers.
* kdc_util.h (dispatch, process_as_req, process_tgs_req, process_v4): Update
prototypes.
* main.c (init_realm): Remove unused variable.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14585 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/ChangeLog
src/kdc/dispatch.c
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/kdc_util.h
src/kdc/kerberos_v4.c
src/kdc/main.c
src/kdc/network.c