[asterisk-commits] mmichelson: branch 1.6.1 r259108 - in /branches/1.6.1: ./ main/channel.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Apr 26 16:48:11 CDT 2010
Author: mmichelson
Date: Mon Apr 26 16:48:08 2010
New Revision: 259108
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=259108
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:
branches/1.6.1/ (props changed)
branches/1.6.1/main/channel.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/main/channel.c?view=diff&rev=259108&r1=259107&r2=259108
==============================================================================
--- branches/1.6.1/main/channel.c (original)
+++ branches/1.6.1/main/channel.c Mon Apr 26 16:48:08 2010
@@ -777,7 +777,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