(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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user