fix issue 2765

Signed-off-by: Alexander Kriventsov <akriventsov@nic.ru>
This commit is contained in:
Alexander Kriventsov 2019-05-28 15:58:51 +03:00
parent c54cf53fad
commit d871a9f1e5

View File

@ -422,8 +422,8 @@ static char *find_line(char *buf_start, char *buf_end, char *name,
if (strncmp(buf_start, name, strlen(name)))
*found = false;
*owner = true;
else
*owner = true;
buf_start = end_of_word + 1;
while ((buf_start < buf_end) && isblank(*buf_start))