Skip to content

Commit

Permalink
tls: Minor spelling fix in workaround message
Browse files Browse the repository at this point in the history
(cherry picked from commit 09f8519)
  • Loading branch information
seanbright authored and henningw committed Feb 27, 2019
1 parent be8c465 commit f20651f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/tls/tls_init.c
Expand Up @@ -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"
Expand Down

0 comments on commit f20651f

Please sign in to comment.