[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-452-g41da9ad

Günther Deschner gd at samba.org
Tue Mar 17 21:16:28 GMT 2009


The branch, v3-4-test has been updated
       via  41da9adb19170094dc8825e1ee818ba4bec51722 (commit)
      from  dc969f18d429cdb6277d1f7b3fe7b087cf86924a (commit)

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


- Log -----------------------------------------------------------------
commit 41da9adb19170094dc8825e1ee818ba4bec51722
Author: Günther Deschner <gd at samba.org>
Date:   Tue Mar 17 20:50:59 2009 +0100

    s3-rpcclient: say that we are displaying a REG_MULTI_SZ in display_reg_value().
    
    Guenther
    (cherry picked from commit 153a837bd61338c0b912c43458900224de0654f7)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpcclient/cmd_spoolss.c b/source3/rpcclient/cmd_spoolss.c
index aba2939..6dac397 100644
--- a/source3/rpcclient/cmd_spoolss.c
+++ b/source3/rpcclient/cmd_spoolss.c
@@ -682,6 +682,7 @@ static void display_reg_value(REGISTRY_VALUE value)
 			break;
 		}
 
+		printf("%s: REG_MULTI_SZ: \n", value.valuename);
 		for (i=0; i<num_values; i++) {
 			d_printf("%s\n", values[i]);
 		}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list