[sr-dev] git:master:09f85198: tls: Minor spelling fix in workaround message
Henning Westerholt
henningw at users.noreply.github.com
Wed Feb 27 22:43:55 CET 2019
Module: kamailio
Branch: master
Commit: 09f851982511353599d0f7f76c0a645f95d43997
URL: https://github.com/kamailio/kamailio/commit/09f851982511353599d0f7f76c0a645f95d43997
Author: Sean Bright <sean.bright at gmail.com>
Committer: Henning Westerholt <henningw at 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/09f851982511353599d0f7f76c0a645f95d43997.diff
Patch: https://github.com/kamailio/kamailio/commit/09f851982511353599d0f7f76c0a645f95d43997.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