From 1c59af19f05862f7f080d1475aa39e91dc668aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <rafael.carre@savoirfairelinux.com> Date: Tue, 26 Jul 2011 15:42:48 -0400 Subject: [PATCH] Initialize variable --- sflphone-common/src/sip/sipvoiplink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sflphone-common/src/sip/sipvoiplink.cpp b/sflphone-common/src/sip/sipvoiplink.cpp index 55042c1a1f..38c3b9dc05 100644 --- a/sflphone-common/src/sip/sipvoiplink.cpp +++ b/sflphone-common/src/sip/sipvoiplink.cpp @@ -396,7 +396,7 @@ SIPVoIPLink::getEvent() void SIPVoIPLink::sendRegister (AccountID id) throw(VoipLinkException) { - int expire_value; + int expire_value = 0; pj_status_t status; pjsip_tx_data *tdata; -- GitLab