]> git.ipfire.org Git - thirdparty/bird.git/commit
CLI: Fix continuation lines after final one
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 26 Nov 2019 15:43:09 +0000 (16:43 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 26 Nov 2019 15:43:09 +0000 (16:43 +0100)
commitd033e6327d1e63f5d212981fca785b5086491905
tree12c18d6fb0876012680b0ce9712450d6fe488b48
parent0f88200247cc61175c7a1d98a3e935aedce93f3b
CLI: Fix continuation lines after final one

Continuation lines may use short form (with space instead of message
number), but this should not be done when previous line is final.

Thanks to Kenth Eriksson for the bugreport and analysis.
nest/cli.c