]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/file.c: Don't throw error on flash event.
authorNaveen Albert <mail@interlinked.x10host.com>
Thu, 13 May 2021 15:13:55 +0000 (11:13 -0400)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 17 May 2021 14:26:50 +0000 (09:26 -0500)
commit0026aeada39de19f25f2b760c1fd3fc02937bd2e
treefaa14fb497be4800321edaee1c110eca6588260e
parentfd40752954b842eb45fc6b6a0ef03fa21d0eab2b
main/file.c: Don't throw error on flash event.

AST_CONTROL_FLASH isn't accounted for in a switch statement in file.c
where it should be ignored. Adding this to the switch ensures a
warning isn't thrown on RFC2833 flash events, since nothing's amiss.

ASTERISK-29372

Change-Id: I4fa549bfb7ba1894a4044de999ea124877422fbc
main/file.c