Skip to content

Commit

Permalink
confile: config_network()
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner authored and stgraber committed Jul 1, 2017
1 parent 81bda9c commit c48ed4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lxc/confile.c
Expand Up @@ -400,9 +400,9 @@ static int config_network_nic(const char *key, const char *value,
}

static int config_network(const char *key, const char *value,
struct lxc_conf *lxc_conf)
struct lxc_conf *lxc_conf)
{
if (value && strlen(value)) {
if (!config_value_empty(value)) {
ERROR("lxc.network must not have a value");
return -1;
}
Expand Down

0 comments on commit c48ed4f

Please sign in to comment.