svn rev #21547: branches/mskrb-integ/src/kdc/
lhoward@MIT.EDU
lhoward at MIT.EDU
Thu Dec 18 18:14:34 EST 2008
http://src.mit.edu/fisheye/changelog/krb5/?cs=21547
Commit By: lhoward
Log Message:
remove extraneous initialization
Changed Files:
U branches/mskrb-integ/src/kdc/do_as_req.c
Modified: branches/mskrb-integ/src/kdc/do_as_req.c
===================================================================
--- branches/mskrb-integ/src/kdc/do_as_req.c 2008-12-18 22:55:54 UTC (rev 21546)
+++ branches/mskrb-integ/src/kdc/do_as_req.c 2008-12-18 23:14:28 UTC (rev 21547)
@@ -132,8 +132,6 @@
session_key.contents = 0;
enc_tkt_reply.authorization_data = NULL;
- memset(&server_princ, 0, sizeof(server_princ));
- memset(&client_princ, 0, sizeof(client_princ));
ktypes2str(ktypestr, sizeof(ktypestr),
request->nktypes, request->ktype);
More information about the cvs-krb5
mailing list