Module: sems Branch: master Commit: 4d9c1396968c8d75ee18f6e04474e16c573b564c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=4d9c1396968c8d75ee18f6e04474e16c573b564c
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Sat Nov 27 23:35:01 2010 +0100 initialize all rseq related values (for safety) --- core/AmSipDialog.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/core/AmSipDialog.cpp b/core/AmSipDialog.cpp index 8a27568..6b4ba01 100644 --- a/core/AmSipDialog.cpp +++ b/core/AmSipDialog.cpp @@ -45,7 +45,8 @@ AmSipDialog::AmSipDialog(AmSipDialogEventHandler* h) outbound_proxy(AmConfig::OutboundProxy), force_outbound_proxy(AmConfig::ForceOutboundProxy), reliable_1xx(AmConfig::rel100), - rseq(0) + rseq(0), rseq_1st(0), rseq_confirmed(false), + next_hop_port(0) { } _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
