From 66b6a8cf62c2fe9b1eafeb094916e6046f686359 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 29 Jul 2010 13:16:09 +0200 Subject: s3-auth: Remove obsolete 'update encrypted' option. --- source3/param/loadparm.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/param/loadparm.c') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index b20b56578c..f2000221a1 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1101,15 +1101,6 @@ static struct parm_struct parm_table[] = { .enum_list = NULL, .flags = FLAG_BASIC | FLAG_ADVANCED | FLAG_WIZARD, }, - { - .label = "update encrypted", - .type = P_BOOL, - .p_class = P_GLOBAL, - .ptr = &Globals.bUpdateEncrypt, - .special = NULL, - .enum_list = NULL, - .flags = FLAG_ADVANCED, - }, { .label = "client schannel", .type = P_ENUM, -- cgit