X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Ffile.c;h=aab7e93e935cd49f10a2d6a6703deb3e09fa308a;hb=549bba81e739ab10d8013c9ca88ce70b0ddda8e4;hp=6062c50d55fbc277f328a71eb849ac6298ab54f7;hpb=0f2e9c84e9ff1071260770930068642ecc8ac0d9;p=libguestfs.git diff --git a/daemon/file.c b/daemon/file.c index 6062c50..aab7e93 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -416,7 +416,7 @@ do_file (char *path) return NULL; } - r = command (&out, &err, "file", "-bsL", buf, NULL); + r = command (&out, &err, "file", "-zbsL", buf, NULL); if (freeit) free (buf); if (r == -1) {