[svn-commits] mmichelson: branch mmichelson/queue-log-atxfer r122207 - /team/mmichelson/que...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 12 10:45:54 CDT 2008


Author: mmichelson
Date: Thu Jun 12 10:45:53 2008
New Revision: 122207

URL: http://svn.digium.com/view/asterisk?view=rev&rev=122207
Log:
I removed the stub callback but left the .destroy callback populated
in the datastore info. Bad.


Modified:
    team/mmichelson/queue-log-atxfer/apps/app_queue.c

Modified: team/mmichelson/queue-log-atxfer/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/team/mmichelson/queue-log-atxfer/apps/app_queue.c?view=diff&rev=122207&r1=122206&r2=122207
==============================================================================
--- team/mmichelson/queue-log-atxfer/apps/app_queue.c (original)
+++ team/mmichelson/queue-log-atxfer/apps/app_queue.c Thu Jun 12 10:45:53 2008
@@ -3053,7 +3053,6 @@
  */
 static const struct ast_datastore_info queue_transfer_info = {
 	.type = "queue_transfer",
-	.destroy = queue_transfer_destroy,
 	.chan_fixup = queue_transfer_fixup,
 };
 




More information about the svn-commits mailing list