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
10-digiumphones
Jason Parker 14 years ago
parent 5edeada22a
commit 0bed3e751a

@ -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;

Loading…
Cancel
Save