From 56ae1ea2f7567cc99ada8fe0be6b3dd1532f1563 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 27 Aug 2008 22:46:03 +0000 Subject: Give "initialized" the right data type. svn path=/trunk/; revision=26101 --- epan/dissectors/packet-ipsec-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-ipsec-tcp.c b/epan/dissectors/packet-ipsec-tcp.c index fcbe6709ba..1a351dca48 100644 --- a/epan/dissectors/packet-ipsec-tcp.c +++ b/epan/dissectors/packet-ipsec-tcp.c @@ -167,7 +167,7 @@ void proto_reg_handoff_tcpencap(void) { static dissector_handle_t tcpencap_handle; - static initialized = FALSE; + static gboolean initialized = FALSE; static guint tcpencap_tcp_port; if (!initialized) { -- cgit v1.2.3