[asterisk-commits] mmichelson: branch mmichelson/pool_shark r380514 - /team/mmichelson/pool_shar...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 30 10:49:22 CST 2013
Author: mmichelson
Date: Wed Jan 30 10:49:18 2013
New Revision: 380514
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=380514
Log:
Accidentally deleted an extra line in that last commit.
Modified:
team/mmichelson/pool_shark/res/res_sip.c
Modified: team/mmichelson/pool_shark/res/res_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/pool_shark/res/res_sip.c?view=diff&rev=380514&r1=380513&r2=380514
==============================================================================
--- team/mmichelson/pool_shark/res/res_sip.c (original)
+++ team/mmichelson/pool_shark/res/res_sip.c Wed Jan 30 10:49:18 2013
@@ -377,6 +377,7 @@
static int execute_tasks(void *data)
{
struct ast_sip_work *work = data;
+ while (ast_taskprocessor_execute(work->queue));
ao2_cleanup(work);
return 0;
}
More information about the asterisk-commits
mailing list