Module: sems Branch: master Commit: 39b01c00e228e9b0d05e4fe9d5c7dc62f498668c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=39b01c00e228e9b0d05e4fe9d5c7dc62f498668c
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 3fd4efa..3b1f728 100644 --- a/core/AmSipDialog.cpp +++ b/core/AmSipDialog.cpp @@ -324,7 +324,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
