[svn-commits] russell: branch russell/chan_refcount r90349 - /team/russell/chan_refcount/main/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Nov 30 13:30:55 CST 2007


Author: russell
Date: Fri Nov 30 13:30:54 2007
New Revision: 90349

URL: http://svn.digium.com/view/asterisk?view=rev&rev=90349
Log:
update for ao2_link behavior change

Modified:
    team/russell/chan_refcount/main/channel.c

Modified: team/russell/chan_refcount/main/channel.c
URL: http://svn.digium.com/view/asterisk/team/russell/chan_refcount/main/channel.c?view=diff&rev=90349&r1=90348&r2=90349
==============================================================================
--- team/russell/chan_refcount/main/channel.c (original)
+++ team/russell/chan_refcount/main/channel.c Fri Nov 30 13:30:54 2007
@@ -881,7 +881,7 @@
 
 	tmp->tech = &null_tech;
 
-	ao2_link(channels, ast_channel_ref(tmp));
+	ao2_link(channels, tmp);
 
 	return tmp;
 }




More information about the svn-commits mailing list