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 }