mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 08:13:22 +00:00
Make the 1.4 builders happy, ensure var is NULL.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@93955 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2674,7 +2674,7 @@ static int iax2_fixup(struct ast_channel *oldchannel, struct ast_channel *newcha
|
|||||||
*/
|
*/
|
||||||
static struct iax2_peer *realtime_peer(const char *peername, struct sockaddr_in *sin)
|
static struct iax2_peer *realtime_peer(const char *peername, struct sockaddr_in *sin)
|
||||||
{
|
{
|
||||||
struct ast_variable *var;
|
struct ast_variable *var = NULL;
|
||||||
struct ast_variable *tmp;
|
struct ast_variable *tmp;
|
||||||
struct iax2_peer *peer=NULL;
|
struct iax2_peer *peer=NULL;
|
||||||
time_t regseconds = 0, nowtime;
|
time_t regseconds = 0, nowtime;
|
||||||
|
Reference in New Issue
Block a user