mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 22:03:46 -07:00
done
This commit is contained in:
parent
a2e57a5636
commit
f443baaf2b
1 changed files with 2 additions and 3 deletions
5
bfg.c
5
bfg.c
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
/* code original by Jan Dlabal <dlabaljan@gmail.com>, partially rewritten by vh
|
/* code original by Jan Dlabal <dlabaljan@gmail.com>, partially rewritten by vh,
|
||||||
*/
|
rainy tweaks by yvain douard*/
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
@ -229,7 +229,6 @@ char *bf_next() {
|
||||||
bf_options.current++;
|
bf_options.current++;
|
||||||
memset((char *)bf_options.state, 0, sizeof(bf_options.state));
|
memset((char *)bf_options.state, 0, sizeof(bf_options.state));
|
||||||
}
|
}
|
||||||
|
|
||||||
return bf_options.ptr;
|
return bf_options.ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue