Skip to content

Commit

Permalink
Revert "confile: make lxc_get_config() and lxc_get_config_net() alway…
Browse files Browse the repository at this point in the history
…s return non-NULL"

This reverts commit 674791e.

Our stable queue tool somehow still listed this patch as pending when it
had already been applied earlier.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Apr 13, 2021
1 parent 2cba159 commit 8e2ef39
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/lxc/confile.c
Expand Up @@ -305,14 +305,6 @@ static struct lxc_config_net_t unsupported_config_net_key = {
clr_config_unsupported_key,
};

static struct lxc_config_net_t unsupported_config_net_key = {
NULL,
false,
set_config_unsupported_key,
get_config_unsupported_key,
clr_config_unsupported_key,
};

struct lxc_config_t *lxc_get_config_exact(const char *key)
{
size_t i;
Expand Down

0 comments on commit 8e2ef39

Please sign in to comment.