Skip to content

Commit

Permalink
util-error: define SC_ERR_PCRE_COPY_SUBSTRING
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucovsky authored and victorjulien committed Feb 24, 2020
1 parent be4c6b8 commit bcea730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/util-error.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const char * SCErrorToString(SCError err)
CASE_CODE (SC_ERR_ACTION_ORDER);
CASE_CODE (SC_ERR_PCRE_MATCH);
CASE_CODE (SC_ERR_PCRE_GET_SUBSTRING);
CASE_CODE (SC_ERR_PCRE_COPY_SUBSTRING);
CASE_CODE (SC_ERR_PCRE_COMPILE);
CASE_CODE (SC_ERR_PCRE_STUDY);
CASE_CODE (SC_ERR_PCRE_PARSE);
Expand Down
1 change: 1 addition & 0 deletions src/util-error.h
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ typedef enum {
SC_ERR_DATASET,
SC_WARN_ANOMALY_CONFIG,
SC_WARN_ALERT_CONFIG,
SC_ERR_PCRE_COPY_SUBSTRING,

SC_ERR_MAX
} SCError;
Expand Down

0 comments on commit bcea730

Please sign in to comment.