C-Netz: Fix release of call process when no dialing was received from phone

This commit is contained in:
Andreas Eversberg 2017-02-05 08:48:39 +01:00
parent 0611f62b52
commit 3fb2ade352
1 changed files with 0 additions and 1 deletions

View File

@ -743,7 +743,6 @@ void transaction_timeout(struct timer *timer)
PDEBUG_CHAN(DCNETZ, DEBUG_NOTICE, "No response after dialing request 'Wahlaufforderung'\n");
if (trans->try == N) {
trans_new_state(trans, TRANS_WBN);
cnetz_release(trans, CNETZ_CAUSE_FUNKTECHNISCH);
break;
}
trans->try++;