diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-11 21:54:05 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-11 21:54:05 +0200 |
commit | 7382fa90f84d38cd2ae08c880e9ed6a4ad644d35 (patch) | |
tree | e367f424cfb94bd6730e196916a96a9725e61c27 /lib/utils_tcp.h | |
parent | fb39f96ac6f72bb56d17f3e8694134dfea9186e9 (diff) | |
parent | 1dfb5a0c10881b43cb60cf93bab63648c61201b5 (diff) | |
download | monitoring-plugins-7382fa90f84d38cd2ae08c880e9ed6a4ad644d35.tar.gz |
Merge branch 'master' into refactor/check_users
Diffstat (limited to 'lib/utils_tcp.h')
-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 |