aboutsummaryrefslogtreecommitdiffstats
path: root/config/gwled/gwled.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-05-07 16:02:02 -0400
committerjim-p <jimp@pfsense.org>2014-05-07 16:02:02 -0400
commitf7c97753f5d61f2e6318163da1bd289ca1d50489 (patch)
tree82599b470df229288afe6b952e15cf83aa361b95 /config/gwled/gwled.inc
parent6aa8d099010073b206422486a7252a921db1c520 (diff)
downloadpfsense-packages-f7c97753f5d61f2e6318163da1bd289ca1d50489.tar.gz
pfsense-packages-f7c97753f5d61f2e6318163da1bd289ca1d50489.tar.bz2
pfsense-packages-f7c97753f5d61f2e6318163da1bd289ca1d50489.zip
Fix call-time pass-by-reference in gwled, bump.
Diffstat (limited to 'config/gwled/gwled.inc')
-rw-r--r--config/gwled/gwled.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gwled/gwled.inc b/config/gwled/gwled.inc
index 7bb25147..dad6fe69 100644
--- a/config/gwled/gwled.inc
+++ b/config/gwled/gwled.inc
@@ -36,7 +36,7 @@ function gwled_stop() {
exec("/bin/pkill -9 -f gwled");
}
-function validate_form_gwled($post, $input_errors) {
+function validate_form_gwled($post, &$input_errors) {
/* Make sure both aren't using the same interface */
if (($post['gw_led2']) && ($post['gw_led3']) &&
(($post['enable_led2']) && ($post['enable_led3'])) &&