From 6ec00affb66cdbffb29d50c67379a5155beb6a9e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 15 Oct 2006 15:14:04 +0000 Subject: r19291: this should fix the build on heimdal systems metze (This used to be commit 785ab128c4d630819f141ede8bcf5fc0c705aebb) --- source3/libsmb/clikrb5.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/libsmb/clikrb5.c') diff --git a/source3/libsmb/clikrb5.c b/source3/libsmb/clikrb5.c index 2415b28160..a40d684d2c 100644 --- a/source3/libsmb/clikrb5.c +++ b/source3/libsmb/clikrb5.c @@ -955,7 +955,6 @@ out: *kvno = get_kvno_from_ap_req(&ap_req); *enctype = get_enctype_from_ap_req(&ap_req); - smb_krb5_free_ap_req(context, &ap_req); free_AP_REQ(ap_req); return 0; } -- cgit