summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index fd33615..b92e003 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -2457,7 +2457,7 @@ function sync_webgui_passwords() {
if ($config['system']['user']) {
$root =& getUNIXRoot();
- $crypted_pw = $root['password'];
+ $crypted_pw = &$root['password'];
}
if (empty ($crypted_pw)) {
OpenPOWER on IntegriCloud