]> git.ipfire.org Git - thirdparty/systemd.git/commit
conf-parser: fix continuation handling
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 26 Jun 2019 18:00:22 +0000 (03:00 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 26 Jun 2019 18:00:26 +0000 (03:00 +0900)
commit0ef69585d8583cd86e53195313dd08f50a0c6019
treea7339e70ea174d785a44b116393b761f88aa28d8
parent33fe9e3fd054e70a1f9e5af359bfe3dd8435ce67
conf-parser: fix continuation handling

Before this commit, empty lines cannot break continuation.
The bug was introduced by 9adbfeb38ac101d6f73a033bb120d63513ffb240.

Closes #12883.
src/shared/conf-parser.c