Module: kamailio
Branch: master
Commit: 09f851982511353599d0f7f76c0a645f95d43997
URL:
https://github.com/kamailio/kamailio/commit/09f851982511353599d0f7f76c0a645…
Author: Sean Bright <sean.bright(a)gmail.com>
Committer: Henning Westerholt <henningw(a)users.noreply.github.com>
Date: 2019-02-27T22:43:50+01:00
tls: Minor spelling fix in workaround message
---
Modified: src/modules/tls/tls_init.c
---
Diff:
https://github.com/kamailio/kamailio/commit/09f851982511353599d0f7f76c0a645…
Patch:
https://github.com/kamailio/kamailio/commit/09f851982511353599d0f7f76c0a645…
---
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"