From: Lennart Poettering Date: Tue, 20 Jan 2015 15:37:27 +0000 (+0100) Subject: import: add a couple of additional suffixes to remove from raw images X-Git-Tag: v219~413 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c660bb094288d89762cdbedd08661127988e5548;hp=8f6950587ab7b4d6fe1b51241759cc3a4682b96d import: add a couple of additional suffixes to remove from raw images --- diff --git a/src/import/import.c b/src/import/import.c index f44d47df9..62e3118a7 100644 --- a/src/import/import.c +++ b/src/import/import.c @@ -165,9 +165,11 @@ static void on_raw_finished(RawImport *import, int error, void *userdata) { static int strip_raw_suffixes(const char *p, char **ret) { static const char suffixes[] = ".xz\0" + ".gz\0" ".raw\0" ".qcow2\0" - ".img\0"; + ".img\0" + ".bin\0"; _cleanup_free_ char *q = NULL;