From 7e7a8943a40be26a5262c3ff5ca443928f432255 Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Tue, 23 Feb 2010 13:55:09 +0200 Subject: [PATCH] NLTM: fix compilation error in tests --- src/core/tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/tests.c b/src/core/tests.c index ea09903e..9b8fc8c6 100644 --- a/src/core/tests.c +++ b/src/core/tests.c @@ -343,7 +343,7 @@ Response: */ const guint64 time_val = 0; - const gchar target_info [] = { + const guint8 target_info [] = { 0x02, 0x00, 0x0C, 0x00, //NetBIOS Domain name, 4 bytes 0x44, 0x00, 0x6F, 0x00, 0x6D, 0x00, 0x61, 0x00, 0x69, 0x00, 0x6E, 0x00, //D.o.m.a.i.n. 12bytes 0x01, 0x00, 0x0C, 0x00, //NetBIOS Server name, 4 bytes -- 2.11.4.GIT