diff options
-rw-r--r-- | source4/param/loadparm.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 4deed32926..eafe8333ea 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -85,8 +85,8 @@ static bool defaults_saved = false; char *tls_dhpfile; \ char *loglevel; \ char *panic_action; \ - int bPreferredMaster; \ - char *szAnnounceVersion; /* This is initialised in init_globals */ + int bPreferredMaster; + #define LOADPARM_EXTRA_LOCALS \ struct parmlist_entry *param_opt; \ char *szService; \ @@ -757,14 +757,6 @@ static struct parm_struct parm_table[] = { }, { - .label = "announce version", - .type = P_STRING, - .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szAnnounceVersion), - .special = NULL, - .enum_list = NULL - }, - { .label = "max mux", .type = P_INTEGER, .p_class = P_GLOBAL, |