[sr-dev] git:master:3c1a454a: tls: fixed small typo in log message

Daniel-Constantin Mierla miconda at gmail.com
Wed Feb 10 16:35:56 CET 2021


Module: kamailio
Branch: master
Commit: 3c1a454a1ac4fe8e668f709d3e278bbce59c51d3
URL: https://github.com/kamailio/kamailio/commit/3c1a454a1ac4fe8e668f709d3e278bbce59c51d3

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-02-10T16:35:09+01:00

tls: fixed small typo in log message

---

Modified: src/modules/tls/tls_mod.c

---

Diff:  https://github.com/kamailio/kamailio/commit/3c1a454a1ac4fe8e668f709d3e278bbce59c51d3.diff
Patch: https://github.com/kamailio/kamailio/commit/3c1a454a1ac4fe8e668f709d3e278bbce59c51d3.patch

---

diff --git a/src/modules/tls/tls_mod.c b/src/modules/tls/tls_mod.c
index 4c2a743682..18f35630eb 100644
--- a/src/modules/tls/tls_mod.c
+++ b/src/modules/tls/tls_mod.c
@@ -495,7 +495,7 @@ static int ki_is_peer_verified(sip_msg_t* msg)
 	c = tcpconn_get(msg->rcv.proto_reserved1, 0, 0, 0,
 					cfg_get(tls, tls_cfg, con_lifetime));
 	if (!c) {
-		LM_ERR("connection no longer exits\n");
+		LM_ERR("connection no longer exists\n");
 		return -1;
 	}
 




More information about the sr-dev mailing list