This commit is contained in:
Anthony Minessale 2012-09-10 20:49:32 -05:00
parent c698de5c07
commit a0eef6a111
1 changed files with 1 additions and 1 deletions

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;