mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-08 08:16:20 +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)))
|
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