From f198235dfa7ffcb6c20e0d1938ad11d44fefbbd8 Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Tue, 27 Apr 2010 23:11:59 +0000 Subject: [PATCH] - corrected typo. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1855 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/AmSipDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/AmSipDialog.cpp b/core/AmSipDialog.cpp index d42bd721..351e1d32 100644 --- a/core/AmSipDialog.cpp +++ b/core/AmSipDialog.cpp @@ -716,7 +716,7 @@ int AmSipDialog::send_200_ack(const AmSipTransaction& t, if (SipCtrlInterface::send(req)) return -1; - uas_trans.erase(t.cseq); + uac_trans.erase(t.cseq); return 0; }