[SCM] Samba Shared Repository - branch master updated - 154e08f275f1d20f0c8bdf1c876dc1ec780b1db2

Günther Deschner gd at samba.org
Thu Jan 8 18:16:34 GMT 2009


The branch, master has been updated
       via  154e08f275f1d20f0c8bdf1c876dc1ec780b1db2 (commit)
      from  74a1ed3e28b92836bf72a658aefd7b8ad59792cd (commit)

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


- Log -----------------------------------------------------------------
commit 154e08f275f1d20f0c8bdf1c876dc1ec780b1db2
Author: Günther Deschner <gd at samba.org>
Date:   Thu Jan 8 19:15:41 2009 +0100

    s3-net: fix type in rpc_service_list_internal(). Sorry...
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_rpc_service.c b/source3/utils/net_rpc_service.c
index 3186b8c..51d7bfb 100644
--- a/source3/utils/net_rpc_service.c
+++ b/source3/utils/net_rpc_service.c
@@ -225,7 +225,7 @@ static NTSTATUS rpc_service_list_internal(struct net_context *c,
 	}
 
 	result = rpccli_svcctl_enumerate_services(pipe_hnd, mem_ctx, &hSCM, SERVICE_TYPE_WIN32,
-		SVCCTL_STATE_ALL, &num_services, &services );
+		SERVICE_STATE_ALL, &num_services, &services );
 
 	if ( !W_ERROR_IS_OK(result) ) {
 		d_fprintf(stderr, "Failed to enumerate services.  [%s]\n", win_errstr(result));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list