mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 21:03:52 -07:00
parent
6a758105bb
commit
c2286ffb00
1 changed files with 0 additions and 4 deletions
4
hydra.c
4
hydra.c
|
@ -4084,10 +4084,6 @@ int main(int argc, char *argv[]) {
|
||||||
strncat(json_error,tmp_str,STRMAX);
|
strncat(json_error,tmp_str,STRMAX);
|
||||||
strncat(json_error,"\"",STRMAX);
|
strncat(json_error,"\"",STRMAX);
|
||||||
error = 1;
|
error = 1;
|
||||||
if (*json_error) {
|
|
||||||
strncat(json_error,", ", STRMAX);
|
|
||||||
}
|
|
||||||
error = 1;
|
|
||||||
}
|
}
|
||||||
if (error) {
|
if (error) {
|
||||||
snprintf(tmp_str, STRMAX, "[ERROR] %d target%s did not complete", j, j < 1 ? "" : "s");
|
snprintf(tmp_str, STRMAX, "[ERROR] %d target%s did not complete", j, j < 1 ? "" : "s");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue