[asterisk-commits] mmichelson: trunk r259105 - in /trunk: ./ main/channel.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 26 16:45:16 CDT 2010


Author: mmichelson
Date: Mon Apr 26 16:45:13 2010
New Revision: 259105

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

........
  r259104 | mmichelson | 2010-04-26 16:44:43 -0500 (Mon, 26 Apr 2010) | 3 lines
  
  Let compilation succeed warning-free when DONT_OPTIMIZE is turned off.
........

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

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

Modified: trunk/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/channel.c?view=diff&rev=259105&r1=259104&r2=259105
==============================================================================
--- trunk/main/channel.c (original)
+++ trunk/main/channel.c Mon Apr 26 16:45:13 2010
@@ -855,7 +855,7 @@
 	int x;
 	int flags;
 	struct varshead *headp;
-	char *tech;
+	char *tech = "";
 
 	/* If shutting down, don't allocate any new channels */
 	if (shutting_down) {




More information about the asterisk-commits mailing list