From f7c97753f5d61f2e6318163da1bd289ca1d50489 Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 7 May 2014 16:02:02 -0400 Subject: Fix call-time pass-by-reference in gwled, bump. --- config/gwled/gwled.inc | 2 +- config/gwled/gwled.xml | 2 +- pkg_config.10.xml | 2 +- pkg_config.8.xml | 2 +- pkg_config.8.xml.amd64 | 2 +- 5 files changed, 5 insertions(+), 5 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'])) && diff --git a/config/gwled/gwled.xml b/config/gwled/gwled.xml index 4237454b..015ab3bb 100644 --- a/config/gwled/gwled.xml +++ b/config/gwled/gwled.xml @@ -66,7 +66,7 @@ - validate_form_gwled($_POST, &$input_errors); + validate_form_gwled($_POST, $input_errors); sync_package_gwled(); diff --git a/pkg_config.10.xml b/pkg_config.10.xml index c0167657..eba6abc0 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -1168,7 +1168,7 @@ gwled Allows you to use LEDs for gateway status on supported platforms (ALIX, WRAP, Soekris, etc) System - 0.2 + 0.2.1 Beta jimp@pfsense.org 2.2 diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 7817fa3b..181f61ea 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1528,7 +1528,7 @@ gwled Allows you to use LEDs for gateway status on supported platforms (ALIX, WRAP, Soekris, etc) System - 0.2 + 0.2.1 Beta jimp@pfsense.org 2.0 diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 2f2f04ec..db58d8f9 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1515,7 +1515,7 @@ gwled Allows you to use LEDs for gateway status on supported platforms (ALIX, WRAP, Soekris, etc) System - 0.2 + 0.2.1 Beta jimp@pfsense.org 2.0 -- cgit v1.2.3