mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 22:45:39 +00:00
The diff on this looks pretty big but all I did was remove a pointless if statement (always evaluates true).
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@75978 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3395,8 +3395,6 @@ check_turns:
|
||||
if (res)
|
||||
goto stop;
|
||||
|
||||
/* always true... */
|
||||
if (!res) {
|
||||
int makeannouncement = 0;
|
||||
|
||||
for (;;) {
|
||||
@@ -3492,7 +3490,6 @@ check_turns:
|
||||
goto check_turns;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stop:
|
||||
if (res) {
|
||||
|
Reference in New Issue
Block a user