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)
sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent 19b43ec341
commit 448a56bda5

@ -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;
}

Loading…
Cancel
Save