ikev1: Fix arguments when logging a UNITY_LOAD_BALANCE with invalid address
Fixes: eff331f799 ("Parse IKEv1 Cisco Load Balancing notify (can't act on it yet).")
This commit is contained in:
@@ -126,7 +126,8 @@ METHOD(task_t, process_r, status_t,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DBG1(DBG_IKE, "received %N notify, invalid address");
|
DBG1(DBG_IKE, "received %N notify, invalid address",
|
||||||
|
notify_type_names, type);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (type < 16384)
|
else if (type < 16384)
|
||||||
|
|||||||
Reference in New Issue
Block a user