From 1f320f68c2e742c98d0850c5d569850f91cc1fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Boraty=C5=84ski?= Date: Tue, 22 Mar 2016 23:57:09 +0100 Subject: [PATCH] Fixed IsTcpUdpListening function --- include/functions | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/functions b/include/functions index 8ef50d2b..bed754ea 100644 --- a/include/functions +++ b/include/functions @@ -122,7 +122,7 @@ ################################################################################ # Name : IsTcpUdpListening() # Description : Check if machine is listening on specified protocol and port - # Returns : 0 or 1 + # Returns : LISTENING (0 or 1) ################################################################################ IsTcpUdpListening() @@ -139,7 +139,6 @@ fi else ReportException ${TEST_NO} "Error in function call to IsTcpUdpListening" - return 1 fi }