summaryrefslogtreecommitdiff
path: root/source4/torture/ndr
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2016-02-05 11:32:17 +0100
committerJeremy Allison <jra@samba.org>2016-02-06 21:48:18 +0100
commit3536a2318f40d7af19c3e364e42c4f816d7a409a (patch)
tree37e3088a55f316fc18ae7a537079f8e629f4e22a /source4/torture/ndr
parenta3f7b51688662f049243968e5bb2eef1e9f1801b (diff)
downloadsamba-3536a2318f40d7af19c3e364e42c4f816d7a409a.tar.gz
s4-torture: fix gcc6 build warning.
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>
Diffstat (limited to 'source4/torture/ndr')
-rw-r--r--source4/torture/ndr/samr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/ndr/samr.c b/source4/torture/ndr/samr.c
index 91bb4d7d54f..9f2f8eedc01 100644
--- a/source4/torture/ndr/samr.c
+++ b/source4/torture/ndr/samr.c
@@ -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,