Module: kamailio
Branch: 5.1
Commit: f20651f3970a29da0f27bd0198e76d7806fcd91b
URL:
https://github.com/kamailio/kamailio/commit/f20651f3970a29da0f27bd0198e76d7…
Author: Sean Bright <sean.bright(a)gmail.com>
Committer: Henning Westerholt <hw(a)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/f20651f3970a29da0f27bd0198e76d7…
Patch:
https://github.com/kamailio/kamailio/commit/f20651f3970a29da0f27bd0198e76d7…
---
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"