mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 17:31:51 +03:00
Logical Combination: bypass combination flag in hs_expression_info.
Fixes github issue #291
This commit is contained in:
committed by
Konstantinos Margaritis
parent
2e60bdde8a
commit
5307bbd1dc
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2019, Intel Corporation
|
||||
* Copyright (c) 2019-2021, Intel Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
@@ -80,7 +80,9 @@ extern "C"
|
||||
| HS_FLAG_PREFILTER \
|
||||
| HS_FLAG_SINGLEMATCH \
|
||||
| HS_FLAG_ALLOWEMPTY \
|
||||
| HS_FLAG_SOM_LEFTMOST)
|
||||
| HS_FLAG_SOM_LEFTMOST \
|
||||
| HS_FLAG_COMBINATION \
|
||||
| HS_FLAG_QUIET)
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
||||
Reference in New Issue
Block a user