session: use proper name for ct transport

Type: refactor

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Iebf5155a429c77143df9eb44f504fea28cddaf98
This commit is contained in:
Florin Coras
2024-10-03 13:54:05 -07:00
parent fa5defdc2d
commit 08894464dd
5 changed files with 15 additions and 13 deletions

View File

@@ -330,8 +330,8 @@ format_transport_proto (u8 * s, va_list * args)
case TRANSPORT_PROTO_UDP:
s = format (s, "UDP");
break;
case TRANSPORT_PROTO_NONE:
s = format (s, "NONE");
case TRANSPORT_PROTO_CT:
s = format (s, "CT");
break;
case TRANSPORT_PROTO_TLS:
s = format (s, "TLS");