[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Apr 27 09:56:22 MDT 2010


The branch, master has been updated
       via  03a9ac4... s3-spoolss: fix some uninitialized variables.
      from  b764145... s3:smbd: keep local and remote tsocket_address per connection

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


- Log -----------------------------------------------------------------
commit 03a9ac4e2bb28620c773104f4b3dd23798b7146c
Author: Günther Deschner <gd at samba.org>
Date:   Tue Apr 27 17:55:55 2010 +0200

    s3-spoolss: fix some uninitialized variables.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_spoolss_util.c b/source3/rpc_server/srv_spoolss_util.c
index 1035b20..a0dc128 100644
--- a/source3/rpc_server/srv_spoolss_util.c
+++ b/source3/rpc_server/srv_spoolss_util.c
@@ -1368,7 +1368,7 @@ WERROR winreg_create_printer(TALLOC_CTX *mem_ctx,
 	struct rpc_pipe_client *winreg_pipe = NULL;
 	struct policy_handle hive_hnd, key_hnd;
 	struct spoolss_SetPrinterInfo2 *info2;
-	struct spoolss_DeviceMode *devmode;
+	struct spoolss_DeviceMode *devmode = NULL;
 	struct security_descriptor *secdesc;
 	struct winreg_String wkey, wkeyclass;
 	const char *path;
@@ -3324,7 +3324,7 @@ WERROR winreg_add_driver(TALLOC_CTX *mem_ctx,
 	struct rpc_pipe_client *winreg_pipe = NULL;
 	struct policy_handle hive_hnd, key_hnd;
 	struct spoolss_DriverInfo8 info8;
-	TALLOC_CTX *tmp_ctx;
+	TALLOC_CTX *tmp_ctx = NULL;
 	WERROR result;
 
 	ZERO_STRUCT(hive_hnd);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list