summaryrefslogtreecommitdiff
path: root/res/res_musiconhold.c
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2011-01-31 21:31:31 +0000
committerJason Parker <jparker@digium.com>2011-01-31 21:31:31 +0000
commit0bed3e751a6f9f81388e6df2e67c785302924958 (patch)
tree629a2b0d1997799e47ad9f4ecfa277e3eeebbc41 /res/res_musiconhold.c
parent5edeada22a25fdc19d7b3ef54a4d15c1d11f443f (diff)
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. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@305203 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_musiconhold.c')
-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;