mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-23 09:28:07 +01:00
Set wirte_lock_requested back to false.
This commit is contained in:
parent
57775d88de
commit
6172b0eee4
@ -143,6 +143,8 @@ void WebServer::_notification(int p_what) {
|
|||||||
//the root could have changed.
|
//the root could have changed.
|
||||||
refresh_root();
|
refresh_root();
|
||||||
_rw_lock.write_unlock();
|
_rw_lock.write_unlock();
|
||||||
|
|
||||||
|
_write_lock_requested = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user