[asterisk-commits] qwell: branch 1.8 r305198 - /branches/1.8/res/res_musiconhold.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 31 15:30:49 CST 2011
Author: qwell
Date: Mon Jan 31 15:30:44 2011
New Revision: 305198
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=305198
Log:
Fix compile error. pseudofd no longer exists.
Modified:
branches/1.8/res/res_musiconhold.c
Modified: branches/1.8/res/res_musiconhold.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/res/res_musiconhold.c?view=diff&rev=305198&r1=305197&r2=305198
==============================================================================
--- branches/1.8/res/res_musiconhold.c (original)
+++ branches/1.8/res/res_musiconhold.c Mon Jan 31 15:30:44 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