mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
cleanup
This commit is contained in:
parent
185021d474
commit
1a72fe023e
18 changed files with 60 additions and 66 deletions
1
bfg.c
1
bfg.c
|
@ -45,6 +45,7 @@ static int32_t add_single_char(char ch, char flags, int32_t* crs_len) {
|
|||
bf_options.crs[*crs_len - 1] = ch;
|
||||
bf_options.crs[*crs_len] = '\0';
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
// return values : 0 on success, 1 on error
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue