X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=extras%2Fvolume_id%2Flib%2Ffat.c;h=2d98b65b50e7e2dca2bb51aaaaab061d2d7901c0;hb=779d2d851ee5dbd4c759bb973113373897d3adce;hp=e30318cf0967477e5931c58efd7dee6252fce42c;hpb=90dca5ff9d927273c47cfbe365cc925add1a67e8;p=elogind.git diff --git a/extras/volume_id/lib/fat.c b/extras/volume_id/lib/fat.c index e30318cf0..2d98b65b5 100644 --- a/extras/volume_id/lib/fat.c +++ b/extras/volume_id/lib/fat.c @@ -497,6 +497,7 @@ fat32: found: volume_id_set_usage(id, VOLUME_ID_FILESYSTEM); id->type = "vfat"; - + /* we think this is fat, but we make sure no other signatures are found */ + id->force_unique_result = 1; return 0; }