Skip to content

Commit

Permalink
tls: update to default session id value to reflect major version
Browse files Browse the repository at this point in the history
(cherry picked from commit 491e19e)
(cherry picked from commit 5f1178f)
  • Loading branch information
miconda committed Apr 3, 2019
1 parent c73ca02 commit 94f9146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/tls/tls_cfg.c
Expand Up @@ -46,7 +46,7 @@ struct cfg_group_tls default_tls_cfg = {
STR_NULL, /* certificate (default value set in fix_tls_cfg) */
STR_NULL, /* cipher_list (default value set in fix_tls_cfg) */
0, /* session_cache */
STR_STATIC_INIT("kamailio-tls-4.x.y"), /* session_id */
STR_STATIC_INIT("kamailio-tls-5.x.y"), /* session_id */
STR_NULL, /* config_file */
3, /* log (L_DBG)*/
3, /* debug (L_DBG) */
Expand Down

0 comments on commit 94f9146

Please sign in to comment.