mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
slight modif that fixes all
This commit is contained in:
parent
033c881f8f
commit
9edbcd3c36
1 changed files with 1 additions and 1 deletions
2
bfg.c
2
bfg.c
|
@ -218,7 +218,7 @@ char *bf_next(_Bool rainy) {
|
|||
bf_options.ptr[0] = bf_options.crs[bf_options.state[0]];
|
||||
for(i=2; i<bf_options.current; ++i) {
|
||||
bf_options.ptr[i] = bf_options.crs[(bf_options.state[i] + bf_options.rain) % bf_options.crs_len];
|
||||
bf_options.rain /= 2;
|
||||
bf_options.rain += i;
|
||||
}
|
||||
bf_options.rain = bf_options.gcounter + 1;
|
||||
bf_options.gcounter++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue