s4-torture: fix gcc6 build warning.
authorGünther Deschner <gd@samba.org>
Fri, 5 Feb 2016 10:32:17 +0000 (11:32 +0100)
committerJeremy Allison <jra@samba.org>
Sat, 6 Feb 2016 20:48:18 +0000 (21:48 +0100)
source4/torture/ndr/samr.c:277:22: warning:
'samr_changepassworduser3_w2k_out_data' defined but not used
[-Wunused-const-variable]

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/torture/ndr/samr.c

index 91bb4d7d54fc0999c2c960b549599c95f4496636..9f2f8eedc017564cbc21cb37678ae298faa5b9b2 100644 (file)
@@ -274,9 +274,11 @@ static const uint8_t samr_changepassworduser3_w2k_in_data[] = {
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
 };
 
+/*
 static const uint8_t samr_changepassworduser3_w2k_out_data[] = {
        0xbb, 0x00, 0x00, 0xc0
 };
+*/
 
 static const uint8_t samr_changepassworduser3_w2k8r2_out_data[] = {
        0x00, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,