Skip to content

Commit

Permalink
tls: fix sanitization of log macros commit a8b30d3
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Aug 29, 2017
1 parent a8b30d3 commit 8d9459b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/tls/tls_init.c
Expand Up @@ -763,7 +763,6 @@ int init_tls_h(void)
}else
low_mem_threshold2*=1024; /* KB */
if ((low_mem_threshold1==0) || (low_mem_threshold2==0))
:w
LM_WARN("tls: openssl bug #1491 (crash/mem leaks on low memory)"
" workarround disabled\n");
else
Expand Down

0 comments on commit 8d9459b

Please sign in to comment.