From: John Carr Date: Fri, 29 May 1992 12:14:45 +0000 (+0000) Subject: Length of realm name is "realmsize", not "size" X-Git-Tag: krb5-1.0-beta2~181 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=706e4c1bfb206c4277e24d95e31a8896817fc233;p=krb5.git Length of realm name is "realmsize", not "size" git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2281 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/parse.c b/src/lib/krb5/krb/parse.c index b1aacb2a7..f89e74a64 100644 --- a/src/lib/krb5/krb/parse.c +++ b/src/lib/krb5/krb/parse.c @@ -198,7 +198,7 @@ krb5_parse_name(name, nprincipal) */ for (i=0; i < components; i++) krb5_princ_component(principal, i)->length = fcompsize[i]; - krb5_princ_realm(principal)->length = size; + krb5_princ_realm(principal)->length = realmsize; } /* * Now, we need to allocate the space for the strings themselves.....