Give "initialized" the right data type.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 27 Aug 2008 22:46:03 +0000 (22:46 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 27 Aug 2008 22:46:03 +0000 (22:46 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26101 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-ipsec-tcp.c

index fcbe6709ba973396e30e3e2f08ef7b043f741bf0..1a351dca4889ab2818ef9018dffa72951f0f07f1 100644 (file)
@@ -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) {