Module: kamailio Branch: master Commit: d40d23da34634ca0cfb35fa561189ffe08d850d2 URL: https://github.com/kamailio/kamailio/commit/d40d23da34634ca0cfb35fa561189ffe...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2020-11-10T16:00:35+01:00
core: print also define value during --cfg-print
---
Modified: src/core/cfg.lex
---
Diff: https://github.com/kamailio/kamailio/commit/d40d23da34634ca0cfb35fa561189ffe... Patch: https://github.com/kamailio/kamailio/commit/d40d23da34634ca0cfb35fa561189ffe...
---
diff --git a/src/core/cfg.lex b/src/core/cfg.lex index f497122a78..deae026250 100644 --- a/src/core/cfg.lex +++ b/src/core/cfg.lex @@ -1334,6 +1334,7 @@ IMPORTFILE "import_file" } } <DEFINE_DATA>. { count(); + ksr_print_cfg_part(yytext); addstr(&s_buf, yytext, yyleng); }
<INITIAL>{PREP_START}{SUBST} { count(); return SUBST;}