[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-768-gdf42719

Volker Lendecke vlendec at samba.org
Wed Feb 11 07:43:08 GMT 2009


The branch, master has been updated
       via  df42719ca374f92980ead8885987f606181c4321 (commit)
      from  abec7cfa165580f2a46f71bdd43c5a76d692257c (commit)

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


- Log -----------------------------------------------------------------
commit df42719ca374f92980ead8885987f606181c4321
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Feb 11 08:42:29 2009 +0100

    Fix an uninitialized variable

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpcclient/cmd_spoolss.c b/source3/rpcclient/cmd_spoolss.c
index 4a1d5cd..93c2a1d 100644
--- a/source3/rpcclient/cmd_spoolss.c
+++ b/source3/rpcclient/cmd_spoolss.c
@@ -2593,7 +2593,7 @@ static WERROR cmd_spoolss_printercmp(struct rpc_pipe_client *cli,
 				     TALLOC_CTX *mem_ctx, int argc,
 				     const char **argv)
 {
-	const char *printername;
+	const char *printername = argv[1];
 	char *printername_path = NULL;
 	struct cli_state *cli_server2 = NULL;
 	struct rpc_pipe_client *cli2 = NULL;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list