[asterisk-commits] mmichelson: trunk r83656 - /trunk/apps/app_queue.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Sep 24 12:00:58 CDT 2007


Author: mmichelson
Date: Mon Sep 24 12:00:57 2007
New Revision: 83656

URL: http://svn.digium.com/view/asterisk?view=rev&rev=83656
Log:
interface_exists_global was never returning 1. Most likely an error from my merge on Friday.

(closes issue #10817, reported and patched by snar, patch simplified by me)


Modified:
    trunk/apps/app_queue.c

Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?view=diff&rev=83656&r1=83655&r2=83656
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Mon Sep 24 12:00:57 2007
@@ -884,6 +884,7 @@
 			ao2_ref(mem, -1);
 			ao2_unlock(q);
 			queue_unref(q);
+			ret = 1;
 			break;
 		}
 		ao2_unlock(q);




More information about the asterisk-commits mailing list