aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2011-01-31 21:30:44 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2011-01-31 21:30:44 +0000
commit0d7f6e4abc4d5a2fe183a37ebe18157b23a8d73d (patch)
treeb545a10908f70f98c030f27b47c9fa7217ae562b
parentf535f2abc5b7b2144a9495297c61abd93f5f175e (diff)
Fix compile error. pseudofd no longer exists.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@305198 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--res/res_musiconhold.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index f905b8aa6..410021547 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -1278,7 +1278,6 @@ static struct mohclass *_moh_class_malloc(const char *file, int line, const char
)) {
class->format = AST_FORMAT_SLINEAR;
class->srcfd = -1;
- class->pseudofd = -1;
}
return class;