The branch, v3-4-test has been updated
       via  bf64668... s3/loadparm: Fix hpux compiler issue.
      from  a5e71f7... s3: Fix a memleak reported by dmarkey (cherry picked 
from commit 5aeb954ba9382e1975c64ac96f1e377ed6af3ae0)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit bf64668cb114ca7afdc81545d229bcb73b59c8f6
Author: Olaf Flebbe <[email protected]>
Date:   Tue Oct 13 11:39:49 2009 +0200

    s3/loadparm: Fix hpux compiler issue.
    
    Fixes bug #6804.

-----------------------------------------------------------------------

Summary of changes:
 source3/param/loadparm.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

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,
 
        },


-- 
Samba Shared Repository

Reply via email to