(tgs_parse_request): set cusec, not csec from auth->cusec.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18366 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-09 06:51:57 +00:00
parent bdd4e14fd2
commit 8b981cc040

View File

@@ -1103,7 +1103,7 @@ tgs_parse_request(krb5_context context,
kdc_log(context, config, 0, "malloc failed");
goto out;
}
**csec = auth->cusec;
**cusec = auth->cusec;
krb5_free_authenticator(context, &auth);
}
}