1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00

Fix for windows, shared_dir was not set to install_dir

This commit is contained in:
jsteube 2016-01-03 02:28:52 +01:00
parent 3fce66bd8c
commit 5703637721

View File

@ -5354,7 +5354,7 @@ int main (int argc, char **argv)
char *install_dir = get_install_dir (exec_path);
char *profile_dir = install_dir;
char *session_dir = install_dir;
char *shared_dir = shared_dir;
char *shared_dir = install_dir;
#endif