Remove some redundant logic from wait_for_answer. This also let's us get rid of one of
authorMark Michelson <mmichelson@digium.com>
Tue, 11 Mar 2008 15:59:32 +0000 (15:59 +0000)
committerMark Michelson <mmichelson@digium.com>
Tue, 11 Mar 2008 15:59:32 +0000 (15:59 +0000)
commit5176911dfec45c815f8f518fe6e4f924f944fe8c
tree554d89fb9d21f9dc6531a75ea8d51cf4617f5b8a
parentacb73c7448e4796c86e4024af8ea4db092b67f39
Remove some redundant logic from wait_for_answer. This also let's us get rid of one of
those XXX comments from the code.

The redundancy occurs because the 'single' flag implies that the 'r' and 'm' flags are
not set, so there's no need to explicitly check them again.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@107530 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_dial.c