From: Ivo Timmermans Date: Fri, 1 Dec 2000 12:38:42 +0000 (+0000) Subject: Use buffer instead of line in read_config_file(), line may be assigned X-Git-Tag: release-1.0pre4~100 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=52575a573c1d87ee125a54a2e0b4044698904cae;hp=52575a573c1d87ee125a54a2e0b4044698904cae Use buffer instead of line in read_config_file(), line may be assigned NULL, so buffer always holds the pointer to the allocated space. ---