[asterisk-commits] qwell: trunk r305203 - in /trunk: ./ res/res_musiconhold.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 31 15:31:36 CST 2011
Author: qwell
Date: Mon Jan 31 15:31:31 2011
New Revision: 305203
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=305203
Log:
Merged revisions 305198 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r305198 | qwell | 2011-01-31 15:30:44 -0600 (Mon, 31 Jan 2011) | 2 lines
Fix compile error. pseudofd no longer exists.
........
Modified:
trunk/ (props changed)
trunk/res/res_musiconhold.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/res/res_musiconhold.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_musiconhold.c?view=diff&rev=305203&r1=305202&r2=305203
==============================================================================
--- trunk/res/res_musiconhold.c (original)
+++ trunk/res/res_musiconhold.c Mon Jan 31 15:31:31 2011
@@ -1278,7 +1278,6 @@
)) {
class->format = AST_FORMAT_SLINEAR;
class->srcfd = -1;
- class->pseudofd = -1;
}
return class;
More information about the asterisk-commits
mailing list