summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/vslb.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc
index e62a49a..fc00d3d 100644
--- a/etc/inc/vslb.inc
+++ b/etc/inc/vslb.inc
@@ -108,11 +108,11 @@ class SendMonitor extends Monitor {
private function data() {
- return $this->config('send') != "" ? "{$this->config('send')}" : "";
+ return $this->config('send') != "" ? "\"{$this->config('send')}\"" : "\"\"";
}
private function pattern() {
- return $this->config('expect') != "" ? "{$this->config('expect')}" : "";
+ return $this->config('expect') != "" ? "\"{$this->config('expect')}\"" : "\"\"";
}
private function ssl() {
OpenPOWER on IntegriCloud