From 00b76d229eb644059066f1528beab662f3f1a1b1 Mon Sep 17 00:00:00 2001 From: Olaf Flebbe Date: Tue, 13 Oct 2009 11:39:49 +0200 Subject: [PATCH] fix hpux compiler issue --- source3/param/loadparm.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 4bd48ab..cd27fe4 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -3245,6 +3245,8 @@ static struct parm_struct parm_table[] = { .type = P_LIST, .p_class = P_GLOBAL, .ptr = &Globals.szInitLogonDelayedHosts, + .special = NULL, + .enum_list = NULL, .flags = FLAG_ADVANCED, }, @@ -3253,6 +3255,8 @@ static struct parm_struct parm_table[] = { .type = P_INTEGER, .p_class = P_GLOBAL, .ptr = &Globals.InitLogonDelay, + .special = NULL, + .enum_list = NULL, .flags = FLAG_ADVANCED, }, -- 1.6.0.2