svn rev #21569: branches/mskrb-integ/src/plugins/authdata/greet/
lhoward@MIT.EDU
lhoward at MIT.EDU
Mon Dec 22 22:30:05 EST 2008
http://src.mit.edu/fisheye/changelog/krb5/?cs=21569
Commit By: lhoward
Log Message:
cleanup
Changed Files:
U branches/mskrb-integ/src/plugins/authdata/greet/greet_auth.c
Modified: branches/mskrb-integ/src/plugins/authdata/greet/greet_auth.c
===================================================================
--- branches/mskrb-integ/src/plugins/authdata/greet/greet_auth.c 2008-12-23 03:22:28 UTC (rev 21568)
+++ branches/mskrb-integ/src/plugins/authdata/greet/greet_auth.c 2008-12-23 03:30:04 UTC (rev 21569)
@@ -69,7 +69,7 @@
a->magic = KV5M_AUTHDATA;
a->ad_type = -42;
a->length = GREET_SIZE;
- a->contents = p;
+ a->contents = (unsigned char *)p;
if (enc_tkt_reply->authorization_data == 0) {
count = 0;
} else {
More information about the cvs-krb5
mailing list