mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
another lease identity to be single-quoted
This commit is contained in:
parent
b75d6242c9
commit
7b72af2eba
@ -304,7 +304,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 %Y went offline", address, id);
|
||||
DBG1(DBG_CFG, "lease %H by '%Y' went offline", address, id);
|
||||
pool->offline->put(pool->offline, id, (void*)offset);
|
||||
found = TRUE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user