Skip to content

Commit

Permalink
tls: updated the default tls session id string
Browse files Browse the repository at this point in the history
(cherry picked from commit e47018b)
(cherry picked from commit e5885f2)
  • Loading branch information
miconda committed Feb 4, 2015
1 parent 8ee34da commit c190638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tls/tls_cfg.c
Expand Up @@ -50,7 +50,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("sip-router-tls-3.1"), /* session_id */
STR_STATIC_INIT("kamailio-tls-4.x.y"), /* session_id */
STR_NULL, /* config_file */
3, /* log (L_DBG)*/
3, /* debug (L_DBG) */
Expand Down

0 comments on commit c190638

Please sign in to comment.