[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-206-gdcbfdd1

Günther Deschner gd at samba.org
Tue Mar 11 09:35:00 GMT 2008


The branch, v3-2-test has been updated
       via  dcbfdd1330cf1c7e8d1b4ebc051db139ed6a0053 (commit)
      from  f94a63cd8f94490780ad9331da229c0bcb2ca5d6 (commit)

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


- Log -----------------------------------------------------------------
commit dcbfdd1330cf1c7e8d1b4ebc051db139ed6a0053
Author: Günther Deschner <gd at samba.org>
Date:   Tue Mar 11 04:52:46 2008 +0100

    Fix netdiskenum call in rpcclient.
    
    Guenther

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

Summary of changes:
 source/rpcclient/cmd_srvsvc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/rpcclient/cmd_srvsvc.c b/source/rpcclient/cmd_srvsvc.c
index a5eb69c..f6985cb 100644
--- a/source/rpcclient/cmd_srvsvc.c
+++ b/source/rpcclient/cmd_srvsvc.c
@@ -766,7 +766,7 @@ static WERROR cmd_srvsvc_net_disk_enum(struct rpc_pipe_client *cli,
 	uint32_t resume_handle = 0;
 	uint32_t level = 0;
 
-	if (argc > 2) {
+	if (argc > 4) {
 		printf("Usage: %s [level] [resume_handle]\n", argv[0]);
 		return WERR_OK;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list