From 0d7f6e4abc4d5a2fe183a37ebe18157b23a8d73d Mon Sep 17 00:00:00 2001 From: qwell Date: Mon, 31 Jan 2011 21:30:44 +0000 Subject: 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 --- res/res_musiconhold.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3