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

confile: config_network_ipv6()

parent 732acf32
...@@ -928,7 +928,7 @@ static int config_network_ipv6(const char *key, const char *value, ...@@ -928,7 +928,7 @@ static int config_network_ipv6(const char *key, const char *value,
char *slash,*valdup; char *slash,*valdup;
char *netmask; char *netmask;
if (!value || !strlen(value)) if (config_value_empty(value))
return lxc_clear_config_item(lxc_conf, key); return lxc_clear_config_item(lxc_conf, key);
netdev = network_netdev(key, value, &lxc_conf->network); netdev = network_netdev(key, value, &lxc_conf->network);
......
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