s3-param: also remove lp_update_encrypted from loadparm.
authorGünther Deschner <gd@samba.org>
Mon, 16 Aug 2010 11:42:23 +0000 (13:42 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 16 Aug 2010 11:42:23 +0000 (13:42 +0200)
Andreas, please check.

Guenther

source3/param/loadparm.c

index f2000221a1cadf72bfb8d1397228352086bf62ac..fa74470765dabf8abbaec7da0ae9ad21e06fd627 100644 (file)
@@ -5568,7 +5568,6 @@ FN_GLOBAL_BOOL(_lp_writeraw, &Globals.bWriteRaw)
 FN_GLOBAL_BOOL(lp_null_passwords, &Globals.bNullPasswords)
 FN_GLOBAL_BOOL(lp_obey_pam_restrictions, &Globals.bObeyPamRestrictions)
 FN_GLOBAL_BOOL(lp_encrypted_passwords, &Globals.bEncryptPasswords)
-FN_GLOBAL_BOOL(lp_update_encrypted, &Globals.bUpdateEncrypt)
 FN_GLOBAL_INTEGER(lp_client_schannel, &Globals.clientSchannel)
 FN_GLOBAL_INTEGER(lp_server_schannel, &Globals.serverSchannel)
 FN_GLOBAL_BOOL(lp_syslog_only, &Globals.bSyslogOnly)