mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -07:00
unique segment filename
This commit is contained in:
parent
74b37e24c8
commit
b8ea180d85
1 changed files with 0 additions and 1 deletions
1
hydra.c
1
hydra.c
|
@ -1638,7 +1638,6 @@ FILE *hydra_divide_file(FILE *file, uint32_t my_segment, uint32_t num_segments){
|
|||
int filetag = rand();
|
||||
|
||||
sprintf(output_file_name, "segment_%d_%d.txt",filetag, my_segment);
|
||||
fprintf(stdout, "writing successful\n");
|
||||
output_file = fopen(output_file_name, "w");
|
||||
|
||||
if(!output_file){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue