mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-20 03:22:06 +00:00
This commit is contained in:
parent
73763f55a3
commit
934cc6fcec
@ -246,7 +246,7 @@ bool hc_path_create (const char *path)
|
|||||||
{
|
{
|
||||||
if (hc_path_exist (path) == true) return false;
|
if (hc_path_exist (path) == true) return false;
|
||||||
|
|
||||||
if (creat (path, O_CREAT) == -1) return false;
|
if (creat (path, S_IRUSR | S_IWUSR) == -1) return false;
|
||||||
|
|
||||||
unlink (path);
|
unlink (path);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user