Skip to content
Snippets Groups Projects
Unverified Commit 0483da17 authored by Daniel Kouřil's avatar Daniel Kouřil
Browse files

Fix the parameters passed to krb5_data_free()

parent 7b367d5c
No related branches found
No related tags found
No related merge requests found
Pipeline #3634 passed
......@@ -114,7 +114,7 @@ doit(const char *sent_creds, const char *ccname_file)
end:
if (creds_data.data)
krb5_data_free(context, &creds_data);
krb5_data_free(&creds_data);
if (auth_context)
krb5_auth_con_free(context, auth_context);
if (creds) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment