diff options
author | Jan Wagner <waja@cyconet.org> | 2016-12-31 12:57:44 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@nierlein.org> | 2022-09-18 18:42:26 (GMT) |
commit | 80872917294340a1e399b8a100c5a81c4f719220 (patch) | |
tree | 0ae02a863464521a4cbf8cbb97dffa7ca5e859f6 /plugins | |
parent | e2e405596a070ec3b830696ecf574ee3a243c7b1 (diff) | |
download | monitoring-plugins-80872917294340a1e399b8a100c5a81c4f719220.tar.gz |
check_http: Fix HD6 definition
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index fb38bc5..ff39c59 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c | |||
@@ -1365,7 +1365,7 @@ check_http (void) | |||
1365 | #define HD4 URI_HTTP "://" URI_HOST | 1365 | #define HD4 URI_HTTP "://" URI_HOST |
1366 | /* relative reference redirect like //www.site.org/test https://tools.ietf.org/html/rfc3986 */ | 1366 | /* relative reference redirect like //www.site.org/test https://tools.ietf.org/html/rfc3986 */ |
1367 | #define HD5 "//" URI_HOST "/" URI_PATH | 1367 | #define HD5 "//" URI_HOST "/" URI_PATH |
1368 | #define HD5 URI_PATH | 1368 | #define HD6 URI_PATH |
1369 | 1369 | ||
1370 | void | 1370 | void |
1371 | redir (char *pos, char *status_line) | 1371 | redir (char *pos, char *status_line) |