diff --git a/core/AmSession.cpp b/core/AmSession.cpp index 1d3e728e..5569c040 100644 --- a/core/AmSession.cpp +++ b/core/AmSession.cpp @@ -1081,7 +1081,6 @@ void AmSession::onSendReply(const AmSipRequest& req, unsigned int code, } else { dlg.rseq = -(++dlg.rseq); } - // FIXME: code above is not re-entrant; should it actually be??? hdrs += SIP_HDR_COLSP(SIP_HDR_RSEQ) + int2str(-dlg.rseq) + CRLF; break; }