1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

command: we don't have all standard macros

So just quite warning
This commit is contained in:
Zdenek Kabelac 2017-06-28 15:05:16 +02:00
parent a533892cd3
commit 7ba6896962

View File

@ -3304,8 +3304,7 @@ static int include_description_file(char *name, char *des_file)
out_free:
dm_free(buf);
out_close:
if (close(fd))
log_sys_debug("close", des_file);
(void) close(fd);
return r;
}