Fix vidupdate for chan_zap to eliminate sillyl warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6505 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-09-02 18:43:36 +00:00
parent 5f6431a75a
commit 0602837f4e

View File

@@ -4777,6 +4777,9 @@ static int zt_indicate(struct ast_channel *chan, int condition)
} else
res = 0;
break;
case AST_CONTROL_VIDUPDATE:
res = 0;
break;
case -1:
res = tone_zone_play_tone(p->subs[index].zfd, -1);
break;