summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-29 10:18:13 -0200
committerRenato Botelho <renato@netgate.com>2015-12-29 10:18:13 -0200
commitb42177b9881fea3e7c862c912e314474bf28f127 (patch)
tree1b2a093c42ea2a20d40dd00f959a6e393d5ff7a6 /src/etc/inc/gwlb.inc
parent61c45d84518e1a9767fd213b878b9a46eff47e18 (diff)
downloadpfsense-b42177b9881fea3e7c862c912e314474bf28f127.zip
pfsense-b42177b9881fea3e7c862c912e314474bf28f127.tar.gz
No need to return 0 here
Diffstat (limited to 'src/etc/inc/gwlb.inc')
-rw-r--r--src/etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
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) {
OpenPOWER on IntegriCloud