mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
corrected syntax
This commit is contained in:
parent
16c6114ee7
commit
392f0e9446
@ -305,7 +305,7 @@ static bool release_address(private_stroke_attribute_t *this,
|
||||
id = pool->ids->get(pool->ids, id);
|
||||
if (id)
|
||||
{
|
||||
DBG1(DBG_CFG, "lease %H of %D is gone offline", address, id);
|
||||
DBG1(DBG_CFG, "lease %H of %D went offline", address, id);
|
||||
pool->offline->put(pool->offline, id, (void*)offset);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user