From: Automerge script Date: Fri, 16 Jun 2006 04:07:04 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.10-netsec~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b7b71ebc9f08c937182ac55a3c2be198fcffd88;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@34432 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index 8b24167621..0b668730d3 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -9335,6 +9335,7 @@ static int iax2_devicestate(void *data) struct iax2_peer *p; int res = AST_DEVICE_INVALID; + memset(&pds, 0, sizeof(pds)); parse_dial_string(tmp, &pds); if (!pds.peer || ast_strlen_zero(pds.peer)) return res;