]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix compile error. pseudofd no longer exists.
authorJason Parker <jparker@digium.com>
Mon, 31 Jan 2011 21:30:44 +0000 (21:30 +0000)
committerJason Parker <jparker@digium.com>
Mon, 31 Jan 2011 21:30:44 +0000 (21:30 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305198 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_musiconhold.c

index f905b8aa6634629234fff9bb747f7a01c211fdc4..41002154709b57f385c6657d8f7a9cb984088f98 100644 (file)
@@ -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;