diff options
author | Jan Wagner <waja@cyconet.org> | 2014-10-06 08:25:31 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-10-06 08:25:31 (GMT) |
commit | 93071168df90cd71ecb0cd391923cb4cc7de8d3d (patch) | |
tree | 577dc81b76783b0b1bb885fe5a94b2af02818a9b /plugins/check_tcp.c | |
parent | 4034419bebf1ff0b83596e109218d3682d23d874 (diff) | |
parent | 6100950329ff28ba52fa16b67539687efcb1ff08 (diff) | |
download | monitoring-plugins-93071168df90cd71ecb0cd391923cb4cc7de8d3d.tar.gz |
Merge branch 'maint'
Conflicts:
NEWS
THANKS.in
Diffstat (limited to 'plugins/check_tcp.c')
-rw-r--r-- | plugins/check_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index bd7736b..fc0adba 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
@@ -172,7 +172,7 @@ main (int argc, char **argv) | |||
172 | } | 172 | } |
173 | else if (!strncmp(SERVICE, "JABBER", 6)) { | 173 | else if (!strncmp(SERVICE, "JABBER", 6)) { |
174 | SEND = "<stream:stream to=\'host\' xmlns=\'jabber:client\' xmlns:stream=\'http://etherx.jabber.org/streams\'>\n"; | 174 | SEND = "<stream:stream to=\'host\' xmlns=\'jabber:client\' xmlns:stream=\'http://etherx.jabber.org/streams\'>\n"; |
175 | EXPECT = "<?xml version=\'1.0\'?><stream:stream xmlns=\'jabber:client\' xmlns:stream=\'http://etherx.jabber.org/streams\'"; | 175 | EXPECT = "<?xml version=\'1.0\'"; |
176 | QUIT = "</stream:stream>\n"; | 176 | QUIT = "</stream:stream>\n"; |
177 | flags |= FLAG_HIDE_OUTPUT; | 177 | flags |= FLAG_HIDE_OUTPUT; |
178 | PORT = 5222; | 178 | PORT = 5222; |