Code

conf: don't pass length to parse_key_value()
authorMax Kellermann <max@duempel.org>
Thu, 25 Dec 2008 13:29:38 +0000 (14:29 +0100)
committerMax Kellermann <max@duempel.org>
Thu, 25 Dec 2008 13:29:38 +0000 (14:29 +0100)
commitd2cd085eef172fb0c684ef4075ba17f8fd5b999a
tree2b2c1dad26c66d3a2b0791d96d27374a61eafcd7
parentd7a166e749de8f9649321ffe227a71156f9bc656
conf: don't pass length to parse_key_value()

We have a null-terminated string, no need to pass the length around.
src/conf.c