Use buffer instead of line in read_config_file(), line may be assigned
authorIvo Timmermans <ivo@lychnis.net>
Fri, 1 Dec 2000 12:38:42 +0000 (12:38 +0000)
committerIvo Timmermans <ivo@lychnis.net>
Fri, 1 Dec 2000 12:38:42 +0000 (12:38 +0000)
commit52575a573c1d87ee125a54a2e0b4044698904cae
tree123acc982e2c1fffd5d3287813a76915e04b44fd
parentab33c1aa6081f07333bf1de00e4036dd2b4628a6
Use buffer instead of line in read_config_file(), line may be assigned
NULL, so buffer always holds the pointer to the allocated space.
src/conf.c