[asterisk-commits] murf: branch murf/bug11210 r95385 - /team/murf/bug11210/main/sched.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 31 09:22:13 CST 2007


Author: murf
Date: Mon Dec 31 09:22:13 2007
New Revision: 95385

URL: http://svn.digium.com/view/asterisk?view=rev&rev=95385
Log:
Got rid of an irritating message; schedule() already puts the entry in the hash table.

Modified:
    team/murf/bug11210/main/sched.c

Modified: team/murf/bug11210/main/sched.c
URL: http://svn.digium.com/view/asterisk/team/murf/bug11210/main/sched.c?view=diff&rev=95385&r1=95384&r2=95385
==============================================================================
--- team/murf/bug11210/main/sched.c (original)
+++ team/murf/bug11210/main/sched.c Mon Dec 31 09:22:13 2007
@@ -266,8 +266,6 @@
 			schedule(con, tmp);
 			res = tmp->id;
 		}
-		if (!ast_hashtab_insert_safe(con->schedq_ht, tmp))
-			ast_log(LOG_WARNING,"Schedule Queue entry %d is already in table!\n",tmp->id);
 	}
 #ifdef DUMP_SCHEDULER
 	/* Dump contents of the context while we have the lock so nothing gets screwed up by accident. */




More information about the asterisk-commits mailing list