1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 15:18:16 +00:00

Merge pull request #1076 from philsmd/master

file locking: for windows we need to just return 0
This commit is contained in:
Jens Steube 2017-02-14 16:54:08 +01:00 committed by GitHub
commit 38d69ba4f3

View File

@ -55,6 +55,8 @@ int lock_file (MAYBE_UNUSED FILE *fp)
int unlock_file (MAYBE_UNUSED FILE *fp)
{
// we should put windows specific code here
return 0;
}
#endif // F_SETLKW