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:
Mark Michelson
2007-07-19 18:59:30 +00:00
parent 1f9e2457dd
commit 049fb8d98e

View File

@@ -3395,8 +3395,6 @@ check_turns:
if (res) if (res)
goto stop; goto stop;
/* always true... */
if (!res) {
int makeannouncement = 0; int makeannouncement = 0;
for (;;) { for (;;) {
@@ -3492,7 +3490,6 @@ check_turns:
goto check_turns; goto check_turns;
} }
} }
}
stop: stop:
if (res) { if (res) {