]> git.ipfire.org Git - thirdparty/lxc.git/commit
coverity: fix mount_entry_create_dir_file
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 4 Sep 2015 18:15:13 +0000 (13:15 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 21 Sep 2015 19:52:53 +0000 (15:52 -0400)
commite3a1984d7d09d054f2b9199ba7ed98386445e7ae
tree6491723945b7ccd12cb1c20720ceb8377e935b45
parent1f9ddb78a4e2a60f05161a32b6bd538ff188e191
coverity: fix mount_entry_create_dir_file

First, fix use of uninitialized variable 'ret'.  Then, actually use
the value it returned in its caller.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/conf.c