Merge pull request #3548 from cuberite/FixAssertInWebadmin
Webadmin: Added a missing CS lock.
This commit is contained in:
commit
7f14faf831
@ -341,6 +341,7 @@ void cWebAdmin::HandleWebadminRequest(cHTTPServerConnection & a_Connection, cHTT
|
|||||||
if (ShouldWrapInTemplate)
|
if (ShouldWrapInTemplate)
|
||||||
{
|
{
|
||||||
cCSLock Lock(m_CS);
|
cCSLock Lock(m_CS);
|
||||||
|
cLuaState::cLock lock(m_TemplateScript);
|
||||||
if (m_TemplateScript.Call("ShowPage", this, &TemplateRequest, cLuaState::Return, Template))
|
if (m_TemplateScript.Call("ShowPage", this, &TemplateRequest, cLuaState::Return, Template))
|
||||||
{
|
{
|
||||||
cHTTPOutgoingResponse Resp;
|
cHTTPOutgoingResponse Resp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user