mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
ike-mobike: Don't reset address update flag if set previously
If we update a queued job we don't want to reset previously set task properties.
This commit is contained in:
parent
f90561155b
commit
43bbe07036
@ -627,7 +627,7 @@ METHOD(ike_mobike_t, roam, void,
|
|||||||
private_ike_mobike_t *this, bool address)
|
private_ike_mobike_t *this, bool address)
|
||||||
{
|
{
|
||||||
this->check = TRUE;
|
this->check = TRUE;
|
||||||
this->address = address;
|
this->address |= address;
|
||||||
if (!this->pending_update)
|
if (!this->pending_update)
|
||||||
{
|
{
|
||||||
this->pending_update = TRUE;
|
this->pending_update = TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user