configfile.c: Ignore registered undefined config keys.
authorSebastian Harl <sh@tokkee.org>
Fri, 5 Dec 2008 16:22:53 +0000 (17:22 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 6 Dec 2008 08:58:48 +0000 (09:58 +0100)
commitde4c4c1a394b70a392aeb85ae770f2381771a428
tree9f6902d5e8cbef80becb0c4d7643d4ff8d272b8a
parent0e738514446d5d75df725020137047f7ce5a125a
configfile.c: Ignore registered undefined config keys.

If a registered config key equals NULL, it is now ignored. Before, this would
cause a segfault. As this has happened a few times in the past, we not handle
it sanely.
src/configfile.c