[svn-commits] rmudgett: branch group/CCSS r259110 - in /team/group/CCSS: ./ main/channel.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Apr 26 17:04:07 CDT 2010


Author: rmudgett
Date: Mon Apr 26 17:04:03 2010
New Revision: 259110

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

................
  r259105 | mmichelson | 2010-04-26 16:45:13 -0500 (Mon, 26 Apr 2010) | 9 lines
  
  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:
    team/group/CCSS/   (props changed)
    team/group/CCSS/main/channel.c

Propchange: team/group/CCSS/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Propchange: team/group/CCSS/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Apr 26 17:04:03 2010
@@ -1,1 +1,1 @@
-/trunk:1-259026
+/trunk:1-259109

Modified: team/group/CCSS/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/channel.c?view=diff&rev=259110&r1=259109&r2=259110
==============================================================================
--- team/group/CCSS/main/channel.c (original)
+++ team/group/CCSS/main/channel.c Mon Apr 26 17:04:03 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 svn-commits mailing list