This commit is contained in:
Anthony Minessale 2012-09-10 20:49:32 -05:00 committed by Ken Rice
parent b4df774563
commit 7b42a31487

View File

@ -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;