[sr-dev] git:5.2:be7c7162: tls: Minor spelling fix in workaround message

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


Module: kamailio
Branch: 5.2
Commit: be7c71627b72ac6617c356900b4f7d28341b0e83
URL: https://github.com/kamailio/kamailio/commit/be7c71627b72ac6617c356900b4f7d28341b0e83

Author: Sean Bright <sean.bright at gmail.com>
Committer: Henning Westerholt <hw at kamailio.org>
Date: 2019-02-27T23:00:34+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/be7c71627b72ac6617c356900b4f7d28341b0e83.diff
Patch: https://github.com/kamailio/kamailio/commit/be7c71627b72ac6617c356900b4f7d28341b0e83.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