[sr-dev] git:5.1:f20651f3: tls: Minor spelling fix in workaround message

Henning Westerholt hw at kamailio.org
Wed Feb 27 23:01:13 CET 2019


Module: kamailio
Branch: 5.1
Commit: f20651f3970a29da0f27bd0198e76d7806fcd91b
URL: https://github.com/kamailio/kamailio/commit/f20651f3970a29da0f27bd0198e76d7806fcd91b

Author: Sean Bright <sean.bright at gmail.com>
Committer: Henning Westerholt <hw at kamailio.org>
Date: 2019-02-27T23:00:39+01:00

tls: Minor spelling fix in workaround message

(cherry picked from commit 09f851982511353599d0f7f76c0a645f95d43997)

---

Modified: src/modules/tls/tls_init.c

---

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

---

diff --git a/src/modules/tls/tls_init.c b/src/modules/tls/tls_init.c
index ef27d08f7f..a7f9ad7dd2 100644
--- a/src/modules/tls/tls_init.c
+++ b/src/modules/tls/tls_init.c
@@ -773,7 +773,7 @@ int init_tls_h(void)
 		low_mem_threshold2*=1024; /* KB */
 	if ((low_mem_threshold1==0) || (low_mem_threshold2==0))
 	 LM_WARN("tls: openssl bug #1491 (crash/mem leaks on low memory)"
-				" workarround disabled\n");
+				" workaround disabled\n");
 	else
 		LM_WARN("openssl bug #1491 (crash/mem leaks on low memory)"
 				" workaround enabled (on low memory tls operations will fail"




More information about the sr-dev mailing list