mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
tnc-ifmap: Fix build with DEBUG_LEVEL < 2
This commit is contained in:
parent
68f35b48d8
commit
e72ab6a818
@ -54,13 +54,10 @@ METHOD(job_t, destroy, void,
|
||||
METHOD(job_t, execute, job_requeue_t,
|
||||
private_tnc_ifmap_renew_session_job_t *this)
|
||||
{
|
||||
char *session_id;
|
||||
|
||||
if (this->ifmap->orphaned(this->ifmap))
|
||||
{
|
||||
session_id = this->ifmap->get_session_id(this->ifmap);
|
||||
DBG2(DBG_TNC, "removing orphaned ifmap renewSession job for '%s'",
|
||||
session_id);
|
||||
this->ifmap->get_session_id(this->ifmap));
|
||||
return JOB_REQUEUE_NONE;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user