[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-877-ge606a32

Michael Adam obnox at samba.org
Tue May 5 20:01:21 GMT 2009


The branch, v3-4-test has been updated
       via  e606a32d2981a67290379e7b2d4da7237746731a (commit)
      from  10c009cec59358ec11a9d25242fe395f31f671a6 (commit)

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


- Log -----------------------------------------------------------------
commit e606a32d2981a67290379e7b2d4da7237746731a
Author: Michael Adam <obnox at samba.org>
Date:   Tue May 5 17:46:20 2009 +0200

    s3:loadparm: use the returnvalue of service_ok() in process_smbconf_service().
    
    Michael
    (cherry picked from commit 0ca795ef4fab1f880c2b76d7fe8f0aabb302b6e2)

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

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 27f1dbb..26f3214 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -6785,7 +6785,7 @@ static bool process_smbconf_service(struct smbconf_service *service)
 		}
 	}
 	if (iServiceIndex >= 0) {
-		ret = service_ok(iServiceIndex);
+		return service_ok(iServiceIndex);
 	}
 	return true;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list