From b42177b9881fea3e7c862c912e314474bf28f127 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 29 Dec 2015 10:18:13 -0200 Subject: No need to return 0 here --- src/etc/inc/gwlb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/etc/inc/gwlb.inc') diff --git a/src/etc/inc/gwlb.inc b/src/etc/inc/gwlb.inc index 8a93ce7..e543f3e 100644 --- a/src/etc/inc/gwlb.inc +++ b/src/etc/inc/gwlb.inc @@ -292,7 +292,7 @@ function setup_gateways_monitor() { } } - return 0; + return; } function get_dpinger_status($gwname) { -- cgit v1.1