Module: kamailio Branch: master Commit: 3c1a454a1ac4fe8e668f709d3e278bbce59c51d3 URL: https://github.com/kamailio/kamailio/commit/3c1a454a1ac4fe8e668f709d3e278bbce59c51d3
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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; } _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
