mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 13:53:59 -07:00
compile fix for debug
This commit is contained in:
parent
789214cc7e
commit
185021d474
1 changed files with 1 additions and 1 deletions
2
hydra.c
2
hydra.c
|
@ -493,7 +493,7 @@ static const struct {
|
|||
} while(0)
|
||||
|
||||
|
||||
int32_t inline check_flag(int32_t value, int32_t flag) {
|
||||
int32_t /*inline*/ check_flag(int32_t value, int32_t flag) { // inline does not compile with debug
|
||||
return (value & flag) == flag;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue