]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix mac build
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 1 Aug 2011 15:01:50 +0000 (10:01 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 1 Aug 2011 15:01:50 +0000 (10:01 -0500)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/tport/tport_logging.c

index 9c24253418d02e71953078cae219ee1e70a3bf88..02a17b54a0d2aa47d747867e8dfc5f787a5bde77 100644 (file)
@@ -1 +1 @@
-Sun Jul 31 18:36:02 CDT 2011
+Mon Aug  1 10:01:41 CDT 2011
index 7694910165913943c66ef44f567a40f586486a50..a3e7532c966c8c3fc201055506b64ef62366ad76 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 = {0,0,0,0,0,0};   
+   struct hep_iphdr hep_ipheader = {{0}};   
 #if SU_HAVE_IN6
-   struct hep_ip6hdr hep_ip6header = {0,0,0,0,0,0};
+   struct hep_ip6hdr hep_ip6header = {{{{0}}}};
 #endif   
    int eth_frame_len = 8000;
    char* buffer;