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