Fix compilation error

fix filesystem sed typo error
This commit is contained in:
Luc
2019-08-10 21:34:40 +02:00
parent 7c66c239fd
commit 918f09cdfa
2 changed files with 9 additions and 8 deletions

View File

@@ -128,6 +128,7 @@ bool AuthenticationService::begin(Authwebserver * webserver)
#if defined (HTTP_FEATURE)
_webserver = webserver;
#endif //HTTP_FEATURE
return true;
}
void AuthenticationService::end()
{