[SCM] Samba Shared Repository - branch master updated -
release-4-0-0alpha7-1441-g0ca795e
Michael Adam
obnox at samba.org
Tue May 5 15:58:05 GMT 2009
The branch, master has been updated
via 0ca795ef4fab1f880c2b76d7fe8f0aabb302b6e2 (commit)
from b58abb262c33dd5cd9cfb3397333c0c1f5e91592 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 0ca795ef4fab1f880c2b76d7fe8f0aabb302b6e2
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
-----------------------------------------------------------------------
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 7b79402..670746e 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -6819,7 +6819,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