Skip to content
Snippets Groups Projects
Commit f319444d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

MIT Kerberos and krb5_free_creds_contents (ITS#715)

fix suggested by Norbert Klasen <klasen@zdv.uni-tuebingen.de>
parent fdf1e5b9
Branches
Tags
No related merge requests found
......@@ -48,6 +48,8 @@
#include <lber.h>
#include "ldap_pvt.h"
#include "lutil_md5.h"
#include "lutil_sha1.h"
#include "lutil.h"
......@@ -751,7 +753,7 @@ static int chk_kerberos(
krb5_free_principal( context, client );
krb5_free_principal( context, server );
krb5_free_creds_contents( context, &creds );
krb5_free_cred_contents( context, &creds );
krb5_free_context( context );
rtn = !!ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment