Module: sems
Branch: master
Commit: 448a56bda556220c5c0645a52a7d6332a0bf987d
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=448a56bda556220c5c0645a52a7d6332a0bf987d

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Mon Nov 15 21:26:21 2010 +0100

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 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/core/AmSession.cpp b/core/AmSession.cpp
index 1d3e728..5569c04 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;
       }

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to