fixed minor comment

This commit is contained in:
Andreas Eversberg 2023-01-22 19:50:20 +01:00
parent c72e5070ef
commit 2d24c1e12b
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ void release_complete_ind(call_t *call, uint32_t pid, struct l3_msg *l3m)
}
/* cause */
/* in case layer 2 is down during setup, we send cause 27 */
/* in case layer 1 is down during setup, we send cause 27 */
if (call->state == ISDN_STATE_OUT_SETUP && call->isdn_ep->l1link == 0) {
cause = 27;
location = call->isdn_ep->serving_location;