summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 6c4cba72a..8fb16b406 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -26537,7 +26537,7 @@ static int reload_config(enum channelreloadreason reason)
static int apply_directmedia_ha(struct sip_pvt *p, const char *op)
{
- struct sockaddr_in us, them;
+ struct sockaddr_in us = {0,}, them = {0,};
int res;
ast_rtp_instance_get_remote_address(p->rtp, &them);