summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vslb.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc
index 86616c7..ef35c2b 100644
--- a/etc/inc/vslb.inc
+++ b/etc/inc/vslb.inc
@@ -191,7 +191,9 @@ function relayd_configure() {
break;
}
}
- $check_a[$type['name']] = $mon->p();
+ if($mon) {
+ $check_a[$type['name']] = $mon->p();
+ }
}
OpenPOWER on IntegriCloud