mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
fix removal of temp dir on destruct
This commit is contained in:
parent
c366bba343
commit
380e46f0da
@ -12,7 +12,7 @@ tempdir::tempdir()
|
|||||||
|
|
||||||
tempdir::~tempdir()
|
tempdir::~tempdir()
|
||||||
{
|
{
|
||||||
unlink(path.c_str());
|
rmdir(path.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string const & tempdir::name() const
|
std::string const & tempdir::name() const
|
||||||
|
Loading…
Reference in New Issue
Block a user