mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Fixed compile error on Linux
This commit is contained in:
parent
72f769d1cb
commit
0c00fb622b
@ -104,7 +104,7 @@ bool os_remove_dir(const std::string &path)
|
||||
return rmdir(path.c_str())==0;
|
||||
}
|
||||
|
||||
bool os_create_dir(const std::string &path)
|
||||
bool os_create_dir(const std::string &path, void* transaction)
|
||||
{
|
||||
return mkdir(path.c_str(), S_IRWXU | S_IRWXG)==0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user