From 6ed6d9e7d4028d11c2df665174d142d53f04fe4e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 2 Dec 2007 03:48:45 +0000 Subject: Silence cannot find root user errors. --- etc/inc/pfsense-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- cgit v1.1