[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri Apr 23 07:32:00 MDT 2010


The branch, master has been updated
       via  bb22855... s3-lanman: fix uninitialized variable in api_RDosPrintJobDel().
      from  30b1e44... s3-selftest: enable RPC-SPOOLSS-DRIVER against s3.

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


- Log -----------------------------------------------------------------
commit bb22855af51d27eed1b18b33689f6dc39e09f068
Author: Günther Deschner <gd at samba.org>
Date:   Fri Apr 23 15:31:21 2010 +0200

    s3-lanman: fix uninitialized variable in api_RDosPrintJobDel().
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c
index 71d1f4d..11a2e7e 100644
--- a/source3/smbd/lanman.c
+++ b/source3/smbd/lanman.c
@@ -3136,7 +3136,7 @@ static bool api_RDosPrintJobDel(connection_struct *conn,uint16 vuid,
 		break;
 	default:
 		errcode = NERR_notsupported;
-		break;
+		goto out;
 	}
 
 	status = rpccli_spoolss_SetJob(cli, mem_ctx,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list