krb5/fast.c: fix copying source/dest for copy_KrbFastArmor

if using armoring service.
This commit is contained in:
Robert Manner
2024-08-28 15:03:37 +02:00
committed by Jeffrey Altman
parent ba8c3dbc62
commit 78f017fe01

View File

@@ -271,7 +271,7 @@ make_fast_ap_fxarmor(krb5_context context,
if (ret)
goto out;
ret = copy_KrbFastArmor(fxarmor, &msg.armor);
ret = copy_KrbFastArmor(&msg.armor, fxarmor);
if (ret) {
free_KERB_ARMOR_SERVICE_REPLY(&msg);
goto out;