corrected a copy-and-paste error

This commit is contained in:
Andreas Steffen 2008-11-03 23:46:42 +00:00
parent c636285878
commit ec1bddc50c
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ static void process_migrate(private_kernel_netlink_ipsec_t *this, struct nlmsghd
reqid = migrate->reqid;
DBG2(DBG_KNL, " migrate %N %H...%H to %H...%H, reqid {%u}",
protocol_id_names, proto, old_src, old_dst,
new_src, new_src, reqid);
new_src, new_dst, reqid);
DESTROY_IF(old_src);
DESTROY_IF(old_dst);
DESTROY_IF(new_src);