X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fimport%2Fimport.c;h=62e3118a7fab2d905bc24c46939e5062906c8210;hp=f44d47df9d23eeadff1b5f9f2e7538b4005b92f9;hb=c660bb094288d89762cdbedd08661127988e5548;hpb=8f6950587ab7b4d6fe1b51241759cc3a4682b96d diff --git a/src/import/import.c b/src/import/import.c index f44d47d..62e3118 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;