mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-29 15:55:36 +00:00
fix issue 2765
Signed-off-by: Alexander Kriventsov <akriventsov@nic.ru>
This commit is contained in:
parent
c54cf53fad
commit
d871a9f1e5
@ -422,8 +422,8 @@ static char *find_line(char *buf_start, char *buf_end, char *name,
|
|||||||
|
|
||||||
if (strncmp(buf_start, name, strlen(name)))
|
if (strncmp(buf_start, name, strlen(name)))
|
||||||
*found = false;
|
*found = false;
|
||||||
|
else
|
||||||
*owner = true;
|
*owner = true;
|
||||||
|
|
||||||
buf_start = end_of_word + 1;
|
buf_start = end_of_word + 1;
|
||||||
while ((buf_start < buf_end) && isblank(*buf_start))
|
while ((buf_start < buf_end) && isblank(*buf_start))
|
||||||
|
Loading…
Reference in New Issue
Block a user