summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-02 03:48:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-02 03:48:45 +0000
commit6ed6d9e7d4028d11c2df665174d142d53f04fe4e (patch)
treea64a7a8eaa358280ea93b3bd3035e5f0cbb0906b
parent13fa74210c778f8fbbed73d4440ede2ed4d814d1 (diff)
downloadpfsense-6ed6d9e7d4028d11c2df665174d142d53f04fe4e.zip
pfsense-6ed6d9e7d4028d11c2df665174d142d53f04fe4e.tar.gz
Silence cannot find root user errors.
-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