From 2d24c1e12b5a930d01087a0ef5939269d7343d2b Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 22 Jan 2023 19:50:20 +0100 Subject: [PATCH] fixed minor comment --- src/isdn/dss1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isdn/dss1.c b/src/isdn/dss1.c index 4f46cfe..c43c36f 100644 --- a/src/isdn/dss1.c +++ b/src/isdn/dss1.c @@ -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;