Commit fe88b9d2 by Stéphane Graber

Remove unused "i" variable in lxc_get_item_nic

parent 427b3a21
...@@ -1400,7 +1400,7 @@ static int lxc_get_mount_entries(struct lxc_conf *c, char *retv, int inlen) ...@@ -1400,7 +1400,7 @@ static int lxc_get_mount_entries(struct lxc_conf *c, char *retv, int inlen)
static int lxc_get_item_nic(struct lxc_conf *c, char *retv, int inlen, char *key) static int lxc_get_item_nic(struct lxc_conf *c, char *retv, int inlen, char *key)
{ {
char *p1; char *p1;
int i, len, fulllen = 0; int len, fulllen = 0;
struct lxc_netdev *netdev; struct lxc_netdev *netdev;
if (!retv) if (!retv)
......
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