Module: sems Branch: 1.4 Commit: a59496e6119b2cee4f77b1519a5c7cbc66a8df7b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=a59496e6119b2cee4f77b1519a5c7cbc66a8df7b
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Mon May 9 11:35:51 2011 +0200 b/f: fixes previous commit. --- core/AmSipDialog.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/AmSipDialog.cpp b/core/AmSipDialog.cpp index 753d815..1f7904d 100644 --- a/core/AmSipDialog.cpp +++ b/core/AmSipDialog.cpp @@ -323,7 +323,7 @@ void AmSipDialog::updateStatus(const AmSipReply& reply) // responses to INVITE if ( (reply.code > 100) - && (reply.code < 300) { + && (reply.code < 300) ) { if(!reply.remote_tag.empty() && (remote_tag.empty() || _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
