mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-08-03 12:50:02 +00:00
Fix the problem with redis not being initialized anymore.
This commit is contained in:
parent
60bc194848
commit
e44611301c
5 changed files with 29 additions and 10 deletions
|
@ -38,7 +38,7 @@ namespace tawashi {
|
|||
const Kakoune::SafePtr<cgi::Env>& parCgiEnv,
|
||||
std::string&& parPostData
|
||||
) :
|
||||
SubmitPasteResponse(parSettings, parStreamOut, parCgiEnv),
|
||||
SubmitPasteResponse(parSettings, parStreamOut, parCgiEnv, false),
|
||||
m_fake_storage(parSettings, true),
|
||||
m_post_data(std::move(parPostData))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue