Module: kamailio Branch: master Commit: d40d23da34634ca0cfb35fa561189ffe08d850d2 URL: https://github.com/kamailio/kamailio/commit/d40d23da34634ca0cfb35fa561189ffe08d850d2
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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/d40d23da34634ca0cfb35fa561189ffe08d850d2.diff Patch: https://github.com/kamailio/kamailio/commit/d40d23da34634ca0cfb35fa561189ffe08d850d2.patch --- 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;} _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
