diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-03-07 06:43:50 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-03-07 06:43:50 (GMT) |
commit | 7f01b73f181d63350cd9634ff9ef022c1edb16a8 (patch) | |
tree | 7ff550dcafa049b5b23b3a706df3dbf9a8d13c67 /plugins/check_udp.c | |
parent | 2e641a086800444de7f80ed6cb973290d6b84ec0 (diff) | |
download | monitoring-plugins-7f01b73f181d63350cd9634ff9ef022c1edb16a8.tar.gz |
fix for -H invocation of hostname
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@372 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_udp.c')
-rw-r--r-- | plugins/check_udp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_udp.c b/plugins/check_udp.c index 4074d94..4ae9c10 100644 --- a/plugins/check_udp.c +++ b/plugins/check_udp.c | |||
@@ -220,9 +220,9 @@ process_arguments (int argc, char **argv) | |||
220 | usage ("Invalid host name/address\n"); | 220 | usage ("Invalid host name/address\n"); |
221 | server_address = argv[c++]; | 221 | server_address = argv[c++]; |
222 | } | 222 | } |
223 | else { | 223 | |
224 | if (server_address == NULL) | ||
224 | usage ("Host name was not supplied\n"); | 225 | usage ("Host name was not supplied\n"); |
225 | } | ||
226 | 226 | ||
227 | return c; | 227 | return c; |
228 | } | 228 | } |