summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c5f0ee2)
raw | patch | inline | side by side (parent: c5f0ee2)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Fri, 20 Feb 2004 19:35:51 +0000 (19:35 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Fri, 20 Feb 2004 19:35:51 +0000 (19:35 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@819 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_http.c | patch | blob | history |
diff --git a/plugins/check_http.c b/plugins/check_http.c
index afd75d3d8125ee6620a006d96f4dbf6d5642439b..e6f88e9df10898cfdf4b4c8586b219617f2dcda6 100644 (file)
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
}
while (1) {
- c = getopt_long (argc, argv, "Vvh46t:c:w:H:P:I:a:e:p:s:R:r:u:f:C:nlLSm:", longopts, &option);
+ c = getopt_long (argc, argv, "Vvh46t:c:w:H:P:T:I:a:e:p:s:R:r:u:f:C:nlLSm:", longopts, &option);
if (c == -1 || c == EOF)
break;