ikev1: Fix debugging log when remote traffic selector selection fails

This commit is contained in:
Martin Willi
2014-05-14 10:01:57 +02:00
parent 6becc59dc8
commit cdc42256b0
+1 -1
View File
@@ -502,7 +502,7 @@ static traffic_selector_t* select_ts(private_quick_mode_t *this, bool local,
else else
{ {
DBG1(DBG_IKE, "%s traffic selector missing in configuration", DBG1(DBG_IKE, "%s traffic selector missing in configuration",
local ? "local" : "local"); local ? "local" : "remote");
ts = NULL; ts = NULL;
} }
list->destroy_offset(list, offsetof(traffic_selector_t, destroy)); list->destroy_offset(list, offsetof(traffic_selector_t, destroy));