mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-03 17:30:53 +00:00
commit
0cfec4f757
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user