mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
fix removal of temp dir on destruct
This commit is contained in:
@@ -12,7 +12,7 @@ tempdir::tempdir()
|
||||
|
||||
tempdir::~tempdir()
|
||||
{
|
||||
unlink(path.c_str());
|
||||
rmdir(path.c_str());
|
||||
}
|
||||
|
||||
std::string const & tempdir::name() const
|
||||
|
||||
Reference in New Issue
Block a user