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

Volker Lendecke vlendec at samba.org
Wed Mar 19 14:07:59 GMT 2008


The branch, v3-2-test has been updated
       via  5ec2dbd144a3bbfdb14deafd158bad48b2d41ca4 (commit)
      from  3b1f3d8a6ce9b8860aca07d9960bc8488296aecd (commit)

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


- Log -----------------------------------------------------------------
commit 5ec2dbd144a3bbfdb14deafd158bad48b2d41ca4
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Mar 19 15:01:30 2008 +0100

    Fix bug 5338 -- thanks to Yuya Katayama <yuya999 at gmail.com>

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

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


Changeset truncated at 500 lines:

diff --git a/source/rpcclient/cmd_spoolss.c b/source/rpcclient/cmd_spoolss.c
index e923302..5e0f694 100644
--- a/source/rpcclient/cmd_spoolss.c
+++ b/source/rpcclient/cmd_spoolss.c
@@ -2663,7 +2663,7 @@ static WERROR cmd_spoolss_printercmp(struct rpc_pipe_client *cli,
 
 	fstrcpy( printername, argv[1] );
 
-	fstr_sprintf( servername1, cli->cli->desthost );
+	fstrcpy( servername1, cli->cli->desthost );
 	fstrcpy( servername2, argv[2] );
 	strupper_m( servername1 );
 	strupper_m( servername2 );


-- 
Samba Shared Repository


More information about the samba-cvs mailing list