Module: kamailio Branch: master Commit: 982a1a676a84142a511e4f095f8d19161f3c34ee URL: https://github.com/kamailio/kamailio/commit/982a1a676a84142a511e4f095f8d1916...
Author: Bastian Triller bastian.triller@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-07-14T12:58:23+02:00
tls: Fix typo
---
Modified: src/modules/tls/tls_server.h
---
Diff: https://github.com/kamailio/kamailio/commit/982a1a676a84142a511e4f095f8d1916... Patch: https://github.com/kamailio/kamailio/commit/982a1a676a84142a511e4f095f8d1916...
---
diff --git a/src/modules/tls/tls_server.h b/src/modules/tls/tls_server.h index 5cb454f4cb2..a7b8fe0d1f5 100644 --- a/src/modules/tls/tls_server.h +++ b/src/modules/tls/tls_server.h @@ -52,7 +52,7 @@ typedef struct tls_rd_buf /* tls conn flags */ #define F_TLS_CON_WR_WANTS_RD 1 /* write wants read */ #define F_TLS_CON_HANDSHAKED 2 /* connection is handshaked */ -#define F_TLS_CON_RENEGOTIATION 4 /* renegotiation by clinet */ +#define F_TLS_CON_RENEGOTIATION 4 /* renegotiation by client */
typedef struct tls_extra_data {