Module: kamailio Branch: master Commit: 420fa5e581af5668cdecd0c97b555f4d673105f7 URL: https://github.com/kamailio/kamailio/commit/420fa5e581af5668cdecd0c97b555f4d673105f7
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2018-05-22T13:46:58+02:00 core: cfg.lex - removed redundant token defining max_branches --- Modified: src/core/cfg.lex --- Diff: https://github.com/kamailio/kamailio/commit/420fa5e581af5668cdecd0c97b555f4d673105f7.diff Patch: https://github.com/kamailio/kamailio/commit/420fa5e581af5668cdecd0c97b555f4d673105f7.patch --- diff --git a/src/core/cfg.lex b/src/core/cfg.lex index 033f87e3df..9801dd3436 100644 --- a/src/core/cfg.lex +++ b/src/core/cfg.lex @@ -453,7 +453,7 @@ REPLY_ROUTE_CALLBACK "reply_route_callback" EVENT_ROUTE_CALLBACK "event_route_callback" MAX_RECURSIVE_LEVEL "max_recursive_level" -MAX_BRANCHES_PARAM "max_branches"|"max_branches" +MAX_BRANCHES_PARAM "max_branches" LATENCY_CFG_LOG latency_cfg_log LATENCY_LOG latency_log _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
