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>
Sat, 7 Dec 2019 17:08:50 +0000 (17:08 +0000)
commitd9d6ec7246b5d0a6a043339a8e739efaea8f491f
tree88538e06a8e2c7d0606658d528625d12a9f7575b
parent1ef7f8a5e600aeceadeef49d2cbfc28cb1213f75
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