mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-27 09:06:42 -04:00
Code cleanup
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@402 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
6f621a1118
commit
831d03cd76
1 changed files with 2 additions and 1 deletions
|
|
@ -228,7 +228,8 @@ main (int argc, char **argv)
|
|||
{
|
||||
if (PROTOCOL == UDP_PROTOCOL)
|
||||
result = my_udp_connect (server_address, server_port, &sd);
|
||||
else /* default is TCP */
|
||||
else
|
||||
/* default is TCP */
|
||||
result = my_tcp_connect (server_address, server_port, &sd);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue