this debug statement has only two arguments
This commit is contained in:
@@ -301,7 +301,7 @@ static linked_list_t* get_traffic_selectors(private_child_cfg_t *this, bool loca
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
DBG2(DBG_CFG, " config: %R, received: %R => no match",
|
DBG2(DBG_CFG, " config: %R, received: %R => no match",
|
||||||
ts1, ts2, selected);
|
ts1, ts2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
e2->destroy(e2);
|
e2->destroy(e2);
|
||||||
|
|||||||
@@ -75,6 +75,10 @@
|
|||||||
/* Define to 1 if you have the <unistd.h> header file. */
|
/* Define to 1 if you have the <unistd.h> header file. */
|
||||||
#undef HAVE_UNISTD_H
|
#undef HAVE_UNISTD_H
|
||||||
|
|
||||||
|
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
||||||
|
*/
|
||||||
|
#undef LT_OBJDIR
|
||||||
|
|
||||||
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
||||||
#undef NO_MINUS_C_MINUS_O
|
#undef NO_MINUS_C_MINUS_O
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user