summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-23 09:23:01 -0200
committerRenato Botelho <renato@netgate.com>2015-12-23 09:23:01 -0200
commitb76cb978611ce1ebe776685536a23c0dfcca5ed9 (patch)
tree9045a06c9f21716d63e2a08d5e9681e28ad6053e /src/etc/inc/gwlb.inc
parentc987a2065f9699ca74ce06d96c26650b5d0f4c04 (diff)
downloadpfsense-b76cb978611ce1ebe776685536a23c0dfcca5ed9.zip
pfsense-b76cb978611ce1ebe776685536a23c0dfcca5ed9.tar.gz
Return complete path for dpinger PID filename, it should fix #5686
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 2413c88..3c5eaee 100644
--- a/src/etc/inc/gwlb.inc
+++ b/src/etc/inc/gwlb.inc
@@ -61,7 +61,7 @@ function running_dpinger_processes() {
$result[$matches[1]] = array(
'srcip' => $matches[2],
'targetip' => $matches[3],
- 'pidfile' => basename($pidfile),
+ 'pidfile' => $pidfile,
'socket' => $socket_file
);
unset($gwinfo);
OpenPOWER on IntegriCloud