[svn-commits] jpeeler: trunk r139624 - in /trunk: ./ main/manager.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Aug 22 16:57:32 CDT 2008


Author: jpeeler
Date: Fri Aug 22 16:57:32 2008
New Revision: 139624

URL: http://svn.digium.com/view/asterisk?view=rev&rev=139624
Log:
Merged revisions 139621 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r139621 | jpeeler | 2008-08-22 16:36:13 -0500 (Fri, 22 Aug 2008) | 5 lines

(closes issue #13359)
Reported by: Laureano
Patches:
      originate_channel_check.patch uploaded by Laureano (license 265)

........

Modified:
    trunk/   (props changed)
    trunk/main/manager.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/manager.c
URL: http://svn.digium.com/view/asterisk/trunk/main/manager.c?view=diff&rev=139624&r1=139623&r2=139624
==============================================================================
--- trunk/main/manager.c (original)
+++ trunk/main/manager.c Fri Aug 22 16:57:32 2008
@@ -2337,7 +2337,7 @@
 	int format = AST_FORMAT_SLINEAR;
 
 	pthread_t th;
-	if (!name) {
+	if (!ast_strlen_zero(name)) {
 		astman_send_error(s, m, "Channel not specified");
 		return 0;
 	}




More information about the svn-commits mailing list