]> git.ipfire.org Git - thirdparty/dhcp.git/commit
[v4_1_esv] Handle long commands in execute better
authorShawn Routhier <sar@isc.org>
Tue, 2 Feb 2016 18:18:20 +0000 (10:18 -0800)
committerShawn Routhier <sar@isc.org>
Tue, 2 Feb 2016 18:18:20 +0000 (10:18 -0800)
commit73901d13135c18e6cae6e0db6f069fca44e566d5
tree97d4864520a3dde183295a9d1e4c46fc36e4fbca
parent5e5d449b6bb5a7d5719afc23a6efd827f8d46e80
[v4_1_esv] Handle long commands in execute better

    Use token_print_indent_concat() to write the comamnd in an
    execute statement to the lease file.  This keeps the quotes
    with the command.  When using token_print_indent() and passing
    the quotes as a prefix and suffix they could be discarded
    if the command was overly long.
RELNOTES
common/execute.c