]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
trivial compiler warning
authorJeff Lenk <jeff@jefflenk.com>
Mon, 1 Aug 2011 15:39:11 +0000 (10:39 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Mon, 1 Aug 2011 15:39:11 +0000 (10:39 -0500)
libs/sofia-sip/libsofia-sip-ua/tport/tport_logging.c

index 8d5b63fb1b083fe591f84a9879ad3669f6643a49..7694910165913943c66ef44f567a40f586486a50 100644 (file)
@@ -347,9 +347,9 @@ void tport_capt_msg(tport_t const *self, msg_t *msg, size_t n,
    int buflen = 0, error;
    su_sockaddr_t const *su, *su_self;
    struct hep_hdr hep_header;
-   struct hep_iphdr hep_ipheader;   
+   struct hep_iphdr hep_ipheader = {0,0,0,0,0,0};   
 #if SU_HAVE_IN6
-   struct hep_ip6hdr hep_ip6header;
+   struct hep_ip6hdr hep_ip6header = {0,0,0,0,0,0};
 #endif   
    int eth_frame_len = 8000;
    char* buffer;