The branch, master has been updated
       via  81624030efdcdc3b19651d79df0c50c5ef046581 (commit)
      from  fe56659442bd5ad7298720b830c26f595189ed2e (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 81624030efdcdc3b19651d79df0c50c5ef046581
Author: Volker Lendecke <[email protected]>
Date:   Sun Jan 4 18:14:33 2009 +0100

    Fix a typo found by the IBM Checker

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

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


Changeset truncated at 500 lines:

diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 274c799..cb0ba47 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -4630,7 +4630,7 @@ static void free_one_parameter_by_snum(int snum, struct 
parm_struct parm)
 {
        void *parm_ptr;
 
-       if (parm.ptr == NULL); {
+       if (parm.ptr == NULL) {
                return;
        }
 


-- 
Samba Shared Repository

Reply via email to