diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1997-08-18 16:41:13 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1997-08-18 16:41:13 +0000 |
| commit | a54cf72312bc7ce031ba98667bf9916cb889ea8b (patch) | |
| tree | 42f1a4ee6ae396f769c068c992f3a09e72fea8db /src/kdc/ChangeLog | |
| parent | cea7f38cafdec202a13e37cf27ffd25c488deb48 (diff) | |
* do_tgs_req.c (process_tgs_req): Initialize authtime to 0 so it
is set before potentially used in case the packet has an error.
* kdc_preauth.c (get_sam_edata): Remove unused variables.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10183 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
| -rw-r--r-- | src/kdc/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index ccf06b798..a01686d5d 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/ChangeLog @@ -1,4 +1,10 @@ -Mon Aug 18 12:29:08 1997 Ezra Peisach <epeisach@kangaroo.mit.edu> + +Mon Aug 18 12:29:08 1997 Ezra Peisach <epeisach@mit.edu> + + * do_tgs_req.c (process_tgs_req): Initialize authtime to 0 so it + is set before potentially used in case the packet has an error. + + * kdc_preauth.c (get_sam_edata): Remove unused variables. * kdc_util.h: Added prototype for setup_server_realm(). |
