]> 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)
committerN A <mail@interlinked.x10host.com>
Thu, 13 May 2021 15:17:43 +0000 (10:17 -0500)
commit283fa3a93bf0dacd1a75904ea02cdb471cb01189
tree6c29a7ce030d85691835806ab7469908846cdab7
parent78d7862463dd21896f49a5d9fc120ab67c0f388d
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