Fix passing a uint8_t as an int. Breaks on some args.

remotes/origin/master-1.1.x
Victor Julien 15 years ago
parent ad175c8aec
commit 1174df9712

@ -553,7 +553,7 @@ typedef struct DetectTagHostCtx_ {
/** \brief main detection engine ctx */
typedef struct DetectEngineCtx_ {
uint8_t flags;
uint8_t failure_fatal;
int failure_fatal;
Signature *sig_list;
uint32_t sig_cnt;

Loading…
Cancel
Save