Undo unnecessary commit. Sean Bright beat me to the punch on this one.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@254550 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Mark Michelson 15 years ago
parent afd7a846d1
commit b66c44e895

@ -19075,8 +19075,6 @@ static int acf_channel_read(struct ast_channel *chan, const char *funcname, char
stream = p->vrtp;
} else if (!strcasecmp(args.type, "text")) {
stream = p->trtp;
} else {
stream = NULL;
}
if (!stream) {

Loading…
Cancel
Save