From 74bb9cb3bd71e3e8c8fbe5bd9905e475ed288dd1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 17 Oct 2006 15:57:00 +0000 Subject: r19374: fix the build with heimdal metze (This used to be commit a813c7595541e31dfa77915d80235de4402bfeca) --- source3/libsmb/clikrb5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/clikrb5.c b/source3/libsmb/clikrb5.c index a40d684d2c..02897265e2 100644 --- a/source3/libsmb/clikrb5.c +++ b/source3/libsmb/clikrb5.c @@ -955,7 +955,7 @@ out: *kvno = get_kvno_from_ap_req(&ap_req); *enctype = get_enctype_from_ap_req(&ap_req); - free_AP_REQ(ap_req); + free_AP_REQ(&ap_req); return 0; } #endif -- cgit