]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix compilation error introduced in r388815
authorMatthew Jordan <mjordan@digium.com>
Tue, 27 Aug 2013 14:58:31 +0000 (14:58 +0000)
committerMatthew Jordan <mjordan@digium.com>
Tue, 27 Aug 2013 14:58:31 +0000 (14:58 +0000)
commitc2d84a5515de376d35594010f166b633923815a2
tree76c5d116793ab57e21753c3a0c02d29ef04aa784
parent21d0df8e42dd6ebd2cc83aefd72d8766c9518374
Fix compilation error introduced in r388815

r388815 didn't not cleanly apply the intended patch. As a result, app_voicemail
had a small issue in that it didn't compile. Whoops.

This patch pulls in the correct variable declarations such that gcc can figure
out what 'urgent_index' is all about.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@397704 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c