summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-15 01:47:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-15 01:47:47 +0000
commit556d59bed126e19ef9f860c84bfa313255bb989e (patch)
treeadb5691f2cf30056726b60a748ecc47c57dede33 /etc/inc/captiveportal.inc
parenta8a5bdfc9bae8e15b215babd607b2b4628198183 (diff)
downloadpfsense-556d59bed126e19ef9f860c84bfa313255bb989e.zip
pfsense-556d59bed126e19ef9f860c84bfa313255bb989e.tar.gz
Use correct variable. Caught with eclipse.
Diffstat (limited to 'etc/inc/captiveportal.inc')
-rw-r--r--etc/inc/captiveportal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index f80a761..002da98 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -197,7 +197,7 @@ EOD;
/* generate lighttpd configuration */
system_generate_lighty_config("{$g['varetc_path']}/lighty-CaptivePortal.conf",
$cert, $key, "lighty-CaptivePortal.pid", "8000", "/usr/local/captiveportal/",
- "cert-portal.pem", "1", $procs, $use_fastcgi, true);
+ "cert-portal.pem", "1", $maxproc, $use_fastcgi, true);
/* attempt to start lighttpd */
$res = mwexec("/usr/local/sbin/lighttpd -f {$g['varetc_path']}/lighty-CaptivePortal.conf");
OpenPOWER on IntegriCloud