Skip to content
Snippets Groups Projects
Commit a4dd5993 authored by rswindell's avatar rswindell
Browse files

dump_hashes() now closes the hash file (duh).

parent 38ddf516
Branches
Tags
No related merge requests found
...@@ -617,6 +617,8 @@ void dump_hashes(void) ...@@ -617,6 +617,8 @@ void dump_hashes(void)
if(hash.flags&SMB_HASH_MD5) if(hash.flags&SMB_HASH_MD5)
printf("%-10s: %s\n", "MD5", MD5_hex(tmp,hash.md5)); printf("%-10s: %s\n", "MD5", MD5_hex(tmp,hash.md5));
} }
smb_close_hash(&smb);
} }
/****************************************************************************/ /****************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment