Unverified Commit f9ae13de by Christian Brauner Committed by Stéphane Graber

lxc-user-nic: remove double initialization

parent aaf09f68
......@@ -638,7 +638,7 @@ static int count_entries(char *buf, off_t len, char *name, char *net_type, char
{
int count = 0;
bool owner = false;;
char *buf_end = &buf[len];
char *buf_end;
buf_end = &buf[len];
while ((buf = find_line(buf, buf_end, name, net_type, net_link, NULL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment