From: Anthony Minessale Date: Tue, 11 Sep 2012 01:49:32 +0000 (-0500) Subject: revert X-Git-Tag: v1.2.3^2~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0eef6a111f3111722197fd869aa14af76030717;p=thirdparty%2Ffreeswitch.git revert --- diff --git a/src/switch_ivr_originate.c b/src/switch_ivr_originate.c index a2a7b0fe87..5b7ee93935 100644 --- a/src/switch_ivr_originate.c +++ b/src/switch_ivr_originate.c @@ -772,7 +772,7 @@ static uint8_t check_channel_status(originate_global_t *oglobals, originate_stat } } - if ((oglobals->hups > 0 && oglobals->hups + pickups == len) || pickups == len) { + if (oglobals->hups > 0 && oglobals->hups + pickups == len) { rval = 0; } else { rval = 1;