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 <[email protected]>
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