summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRyan Wagoner <rsw686@pfsense.org>2007-01-30 00:45:21 +0000
committerRyan Wagoner <rsw686@pfsense.org>2007-01-30 00:45:21 +0000
commit37f54a713f90c4be17ab074400faed7e9f0aa156 (patch)
tree79a50b840d35e8298d1e2aa9febd2c587d868703 /usr
parentd86002ec994dbee529e5938aa0d3aacb11d3f46a (diff)
downloadpfsense-37f54a713f90c4be17ab074400faed7e9f0aa156.zip
pfsense-37f54a713f90c4be17ab074400faed7e9f0aa156.tar.gz
fix typo in miniupnpd
Diffstat (limited to 'usr')
-rw-r--r--usr/local/pkg/miniupnpd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/pkg/miniupnpd.inc b/usr/local/pkg/miniupnpd.inc
index 631b646..ca73dbb 100644
--- a/usr/local/pkg/miniupnpd.inc
+++ b/usr/local/pkg/miniupnpd.inc
@@ -226,7 +226,7 @@ EOD;
conf_mount_ro();
/* if miniupnpd not running start it */
- if(!upnpd_running) {
+ if(!upnp_running()) {
upnp_notice("Starting service on interface: {$ifaces_active}");
upnp_action('start');
}
OpenPOWER on IntegriCloud