From 448a56bda556220c5c0645a52a7d6332a0bf987d Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 15 Nov 2010 21:26:21 +0100 Subject: [PATCH] removed comment (code in signaling processing is always executed by the signaling thread for that session only; if no globals are used, no re-entrant code is necessary) --- core/AmSession.cpp | 1 - 1 file changed, 1 deletion(-) 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; }