mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
Missing carriage return when printing error
This commit is contained in:
parent
ce2fd05edf
commit
d5fb1142b2
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ int32_t start_rtsp(int32_t s, char *ip, int32_t port, unsigned char options, cha
|
|||
lresp = hydra_receive_line(s);
|
||||
|
||||
if (lresp == NULL) {
|
||||
fprintf(stderr, "[ERROR] no server reply");
|
||||
fprintf(stderr, "[ERROR] no server reply\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue