[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Tue Oct 2 00:56:25 MDT 2012


The branch, v3-6-test has been updated
       via  6ae1bf1 Fix service control for non-internal services.
      from  21a6a9e s3:selftest: run the posix_s3.smb2.oplock tests

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


- Log -----------------------------------------------------------------
commit 6ae1bf115ec1f927baee24cf4d611090d3b1bf91
Author: Vladimir Marek <Vladimir.Marek at Oracle.COM>
Date:   Mon Sep 17 13:50:55 2012 -0700

    Fix service control for non-internal services.
    
    Signed-off-by: Jeremy Allison <jra at samba.org>
    
    (cherry picked from commit a4e8869f7c93f30dd7014ff83d6d2f2b5afc2d64)
    Signed-off-by: Andreas Schneider <asn at samba.org>
    
    Fix bug #9192 - svcctl list option prohibits smbd to start.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/svcctl/srv_svcctl_reg.c b/source3/rpc_server/svcctl/srv_svcctl_reg.c
index eb0c2bd..044beaa 100644
--- a/source3/rpc_server/svcctl/srv_svcctl_reg.c
+++ b/source3/rpc_server/svcctl/srv_svcctl_reg.c
@@ -392,10 +392,6 @@ static bool svcctl_add_service(TALLOC_CTX *mem_ctx,
 		}
 	}
 
-	if (ipath == NULL || dname == NULL || description == NULL) {
-		goto done;
-	}
-
 	/* Default to an external service if we haven't found a match */
 	if (builtin_svcs[i].servicename == NULL) {
 		struct rcinit_file_information *init_info = NULL;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list