mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 21:03:52 -07:00
Remove the extra CR
To have the perror log details on the same error line
This commit is contained in:
parent
26e69be9a9
commit
4d9740836f
1 changed files with 1 additions and 1 deletions
2
hydra.c
2
hydra.c
|
@ -648,7 +648,7 @@ void hydra_restore_write(int32_t print_msg) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((f = fopen(RESTOREFILE, "w")) == NULL) {
|
if ((f = fopen(RESTOREFILE, "w")) == NULL) {
|
||||||
fprintf(stderr, "[ERROR] Can not create restore file (%s) - \n", RESTOREFILE);
|
fprintf(stderr, "[ERROR] Can not create restore file (%s) - ", RESTOREFILE);
|
||||||
perror("");
|
perror("");
|
||||||
process_restore = 0;
|
process_restore = 0;
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue