diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-13 15:18:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-13 15:18:23 +0100 |
commit | af6cfefaacbb15bf371e0d59383b54ff695d1529 (patch) | |
tree | f2a9f057e34f58da91a1e4d252a83deef895b8d1 /lib | |
parent | 02acc76edc5c646af90a6168df61c711aa3d11d6 (diff) | |
parent | d2596feaa090c73353412d252cfb7938a9141f9b (diff) | |
download | monitoring-plugins-af6cfefaacbb15bf371e0d59383b54ff695d1529.tar.gz |
Refactor/check tcp
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 |