fixed bug that would cause this to always exit

This commit is contained in:
charmlesscoin 2013-08-03 21:59:17 -04:00
parent 175a434de3
commit b36bca295c

View File

@ -396,6 +396,8 @@ void load_key(char *path)
}
}
return;
FILE_ERROR:
if(fclose(data_file) < 0)
perror("[!] fclose failed");