Module: kamailio Branch: master Commit: 982a1a676a84142a511e4f095f8d19161f3c34ee URL: https://github.com/kamailio/kamailio/commit/982a1a676a84142a511e4f095f8d19161f3c34ee
Author: Bastian Triller <bastian.tril...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@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/982a1a676a84142a511e4f095f8d19161f3c34ee.diff Patch: https://github.com/kamailio/kamailio/commit/982a1a676a84142a511e4f095f8d19161f3c34ee.patch --- 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 { _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!