From: Jason Parker Date: Mon, 31 Jan 2011 21:30:44 +0000 (+0000) Subject: Fix compile error. pseudofd no longer exists. X-Git-Tag: 1.8.4-rc1~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f1bd1cc31a77c8e1d6b06cc79538a49bffbc76a;p=thirdparty%2Fasterisk.git Fix compile error. pseudofd no longer exists. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305198 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c index f905b8aa66..4100215470 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;