confile: shut up gcc

Invalid warning but let's please the compiler. Closes #2885. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent c1b07e05
...@@ -2711,7 +2711,7 @@ int write_config(int fd, const struct lxc_conf *conf) ...@@ -2711,7 +2711,7 @@ int write_config(int fd, const struct lxc_conf *conf)
bool do_append_unexp_config_line(struct lxc_conf *conf, const char *key, bool do_append_unexp_config_line(struct lxc_conf *conf, const char *key,
const char *v) const char *v)
{ {
__do_free char *tmp; __do_free char *tmp = NULL;
int ret; int ret;
size_t len; size_t len;
......
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