s4-torture: fix gcc6 build warning.
authorGünther Deschner <gd@samba.org>
Fri, 5 Feb 2016 10:33:32 +0000 (11:33 +0100)
committerJeremy Allison <jra@samba.org>
Sat, 6 Feb 2016 20:48:18 +0000 (21:48 +0100)
source4/torture/rpc/forest_trust.c:408:22: warning: 'my_blob' 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/rpc/forest_trust.c

index ccb19edf075cba615250a1ee674873a4ef6122e2..214b690c7f28a7aa660e9e46f8288056f564814c 100644 (file)
@@ -405,6 +405,7 @@ static bool delete_trusted_domain_by_sid(struct dcerpc_pipe *p,
        return true;
 }
 
+/*
 static const uint8_t my_blob[] = {
 0xa3,0x0b,0x32,0x45,0x8b,0x84,0x3b,0x01,0x68,0xe8,0x2b,0xbb,0x00,0x13,0x69,0x1f,
 0x10,0x35,0x72,0xa9,0x4f,0x77,0xb7,0xeb,0x59,0x08,0x07,0xc3,0xe8,0x17,0x00,0xc5,
@@ -445,7 +446,7 @@ static const uint8_t my_blob[] = {
 0x14,0x00,0x00,0x00,0x31,0x00,0x32,0x00,0x33,0x00,0x34,0x00,0x35,0x00,0x36,0x00,
 0x37,0x00,0x38,0x00,0x39,0x00,0x30,0x00,0x30,0x00,0x00,0x00,0x30,0x00,0x00,0x00
 };
-
+*/
 static bool get_trust_domain_passwords_auth_blob(TALLOC_CTX *mem_ctx,
                                                 const char *password,
                                                 DATA_BLOB *auth_blob)