X-Git-Url: https://git.saurik.com/apple/file_cmds.git/blobdiff_plain/f13ef9e9ea6354a202b8db1eec81922600756733..refs/heads/master:/mtree/commoncrypto.c diff --git a/mtree/commoncrypto.c b/mtree/commoncrypto.c index 11e97ce..0ac621c 100644 --- a/mtree/commoncrypto.c +++ b/mtree/commoncrypto.c @@ -105,7 +105,8 @@ xattr_info * SHA256_Path_XATTRs(char *path, char *buf) { xattr_info *ai = NULL; - if (mflag) { + // mflag is passed during manifest comparision while xflag is used to generate the specification + if (mflag || xflag) { ai = get_xdstream_privateid(path, buf); } else { ai = calculate_SHA256_XATTRs(path, buf);