s3-rpcclient: say that we are displaying a REG_MULTI_SZ in display_reg_value().
authorGünther Deschner <gd@samba.org>
Tue, 17 Mar 2009 19:50:59 +0000 (20:50 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 17 Mar 2009 21:15:20 +0000 (22:15 +0100)
Guenther

source3/rpcclient/cmd_spoolss.c

index aba2939343fbdb48f58e60406fd6f12840ab51f1..6dac397071859882724c28bf981af3b983832918 100644 (file)
@@ -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]);
                }