diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-13 12:31:19 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-13 12:31:19 +0100 |
commit | 17a733585e7a054d105dcec8f60070ec6f0fb51a (patch) | |
tree | 88835b180705be239ac6702ffe4a252f7174f351 /lib | |
parent | c8014631de0f7927d8c75ff87225b5a24e9b9942 (diff) | |
download | monitoring-plugins-17a733585e7a054d105dcec8f60070ec6f0fb51a.tar.gz |
Add null result for matching function
Diffstat (limited to 'lib')
-rw-r--r-- | lib/utils_tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_tcp.h b/lib/utils_tcp.h index d5999e9b..a7d83c59 100644 --- a/lib/utils_tcp.h +++ b/lib/utils_tcp.h | |||
@@ -11,6 +11,7 @@ | |||
11 | * server. | 11 | * server. |
12 | */ | 12 | */ |
13 | enum np_match_result { | 13 | enum np_match_result { |
14 | NP_MATCH_NONE, | ||
14 | NP_MATCH_FAILURE, | 15 | NP_MATCH_FAILURE, |
15 | NP_MATCH_SUCCESS, | 16 | NP_MATCH_SUCCESS, |
16 | NP_MATCH_RETRY | 17 | NP_MATCH_RETRY |