Re-insert variable disappeared during mis-application of r336973

This commit is contained in:
Kyle Evans 2018-07-31 16:04:49 +00:00
parent 9e7178f5c7
commit 2870403b53
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336974

View File

@ -273,7 +273,7 @@ process_into_file(char *line, FILE *ofp)
static void
process_into_nvlist(char *line, nvlist_t *nvl)
{
char result[BUFSIZ];
char result[BUFSIZ], *s;
if (preprocess(line, result)) {
s = strchr(result, '=');