From a59496e6119b2cee4f77b1519a5c7cbc66a8df7b Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Mon, 9 May 2011 11:35:51 +0200 Subject: [PATCH] b/f: fixes previous commit. --- core/AmSipDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/AmSipDialog.cpp b/core/AmSipDialog.cpp index 753d815d..1f7904dd 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() ||