r19374: fix the build with heimdal
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Oct 2006 15:57:00 +0000 (15:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:15:32 +0000 (12:15 -0500)
metze
(This used to be commit a813c7595541e31dfa77915d80235de4402bfeca)

source3/libsmb/clikrb5.c

index a40d684d2c218dac176594682824fb596acc9833..02897265e25dead3e7afd2b805799acc80f02060 100644 (file)
@@ -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