conf: remove tautological check

parent 7ce7e5dc
...@@ -2380,10 +2380,6 @@ FILE *make_anonymous_mount_file(struct lxc_list *mount) ...@@ -2380,10 +2380,6 @@ FILE *make_anonymous_mount_file(struct lxc_list *mount)
TRACE("Created temporary mount file"); TRACE("Created temporary mount file");
} }
if (fd < 0) {
SYSERROR("Could not create temporary mount file");
return NULL;
}
lxc_list_for_each (iterator, mount) { lxc_list_for_each (iterator, mount) {
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