[asterisk-commits] russell: branch russell/sandbox r81374 - /team/russell/sandbox/main/file.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Aug 30 09:53:32 CDT 2007


Author: russell
Date: Thu Aug 30 09:53:31 2007
New Revision: 81374

URL: http://svn.digium.com/view/asterisk?view=rev&rev=81374
Log:
waitstream_core doesn't need to call sched_runq anymore because it will get
handled in ast_read

Modified:
    team/russell/sandbox/main/file.c

Modified: team/russell/sandbox/main/file.c
URL: http://svn.digium.com/view/asterisk/team/russell/sandbox/main/file.c?view=diff&rev=81374&r1=81373&r2=81374
==============================================================================
--- team/russell/sandbox/main/file.c (original)
+++ team/russell/sandbox/main/file.c Thu Aug 30 09:53:31 2007
@@ -1082,7 +1082,6 @@
 			}
 			ast_frfree(fr);
 		}
-		ast_sched_runq(c->sched);
 	}
 
 	ast_clear_flag(c, AST_FLAG_END_DTMF_ONLY);




More information about the asterisk-commits mailing list