chiark / gitweb /
conffile: find_cl_if: fix fail_if_invalid==False
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 6 Oct 2019 22:34:33 +0000 (23:34 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Dec 2019 13:15:49 +0000 (13:15 +0000)
commitdacaea330de26ca07de32f6b9cf8eecde1eb99e2
treee09fea1275de45bbd86988e8fe0d473f2ffb4086
parentc97a6dd542cd490ebebdfcb66b163dc70fc2bc56
conffile: find_cl_if: fix fail_if_invalid==False

If the key was not found, this would segfault, so passing False didn't
work properly.  Currently nothing does, so this bug is latent.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
conffile.c