[svn-commits] mmichelson: branch group/issue8824 r148370 - /team/group/issue8824/channels/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Oct 10 14:48:38 CDT 2008


Author: mmichelson
Date: Fri Oct 10 14:48:37 2008
New Revision: 148370

URL: http://svn.digium.com/view/asterisk?view=rev&rev=148370
Log:
Remove some todo comments since they are unnecessary
and misleading


Modified:
    team/group/issue8824/channels/chan_sip.c

Modified: team/group/issue8824/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/group/issue8824/channels/chan_sip.c?view=diff&rev=148370&r1=148369&r2=148370
==============================================================================
--- team/group/issue8824/channels/chan_sip.c (original)
+++ team/group/issue8824/channels/chan_sip.c Fri Oct 10 14:48:37 2008
@@ -9255,7 +9255,6 @@
  *
  * We need to add a Diversion header if the owner channel of
  * this dialog has redirecting information associated with it.
- * XXX Add locking if necessary later.
  *
  * \param req The request/response to which we will add the header
  * \param pvt The sip_pvt which represents the call-leg
@@ -15630,7 +15629,6 @@
 	"- t38passthrough        1 if T38 is offered or enabled in this channel, otherwise 0\n"
 };
 
-/*XXX TODO Write this*/
 static int read_to_parts(struct sip_pvt *p, struct sip_request *req, char **name, char **number)
 {
 




More information about the svn-commits mailing list