summaryrefslogtreecommitdiffstats
path: root/etc/rc.update_urltables
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-12-02 11:33:21 +0100
committerErmal LUÇI <eri@pfsense.org>2014-12-02 11:33:21 +0100
commit9ea554ee5cb25ea3bf5bb6bf7997c6c7379ce349 (patch)
treec87cb456a89654963038fa310d61362369610093 /etc/rc.update_urltables
parent8ad1ee636afe18a52b717db6b7112b26b7ebeed9 (diff)
downloadpfsense-9ea554ee5cb25ea3bf5bb6bf7997c6c7379ce349.zip
pfsense-9ea554ee5cb25ea3bf5bb6bf7997c6c7379ce349.tar.gz
Remove exit from as much as possible backend code
Diffstat (limited to 'etc/rc.update_urltables')
-rwxr-xr-xetc/rc.update_urltables2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.update_urltables b/etc/rc.update_urltables
index ca8ed38..de40631 100755
--- a/etc/rc.update_urltables
+++ b/etc/rc.update_urltables
@@ -6,7 +6,7 @@ require_once("pfsense-utils.inc");
if (!is_array($config['aliases']['alias'])) {
// No aliases
- exit;
+ return;
}
// Gather list of urltable aliases
OpenPOWER on IntegriCloud