[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre2-117-g8187ec8

Karolin Seeger kseeger at samba.org
Wed Mar 19 14:51:17 GMT 2008


The branch, v3-2-stable has been updated
       via  8187ec8271d6e8864a5e8e734bb7e47316606e85 (commit)
      from  606aacd66f9a1072ef7abe95cdaed5e277997e41 (commit)

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


- Log -----------------------------------------------------------------
commit 8187ec8271d6e8864a5e8e734bb7e47316606e85
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>
    (cherry picked from commit 5ec2dbd144a3bbfdb14deafd158bad48b2d41ca4)

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

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