Loading changes/ticket31772 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor bugfixes (controller protocol): - Fix the MAPADDRESS controller command to accept one or more arguments. Previously, it required two or more arguments, and ignored the first. Fixes bug 31772; bugfix on 0.4.1.1-alpha. src/feature/control/control_cmd.c +3 −1 Original line number Diff line number Diff line Loading @@ -639,7 +639,9 @@ address_is_invalid_mapaddress_target(const char *addr) } static const control_cmd_syntax_t mapaddress_syntax = { .max_args=1, // no positional arguments are expected .max_args=0, // an arbitrary number of K=V entries are supported. .accept_keywords=true, }; Loading Loading
changes/ticket31772 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor bugfixes (controller protocol): - Fix the MAPADDRESS controller command to accept one or more arguments. Previously, it required two or more arguments, and ignored the first. Fixes bug 31772; bugfix on 0.4.1.1-alpha.
src/feature/control/control_cmd.c +3 −1 Original line number Diff line number Diff line Loading @@ -639,7 +639,9 @@ address_is_invalid_mapaddress_target(const char *addr) } static const control_cmd_syntax_t mapaddress_syntax = { .max_args=1, // no positional arguments are expected .max_args=0, // an arbitrary number of K=V entries are supported. .accept_keywords=true, }; Loading