]> wimlib.net Git - wimlib/commitdiff
Retain GUID when joining WIM
authorEric Biggers <ebiggers3@gmail.com>
Mon, 28 Apr 2014 17:46:19 +0000 (12:46 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 28 Apr 2014 17:46:19 +0000 (12:46 -0500)
src/join.c

index 622919e976b5ce97d8ae39273f6b4a81da9134c2..b2125d13d5e03f5911ddbcc2b8ce052a632f5077 100644 (file)
@@ -201,6 +201,8 @@ wimlib_join(const tchar * const *swm_names,
        if (ret)
                goto out_free_swms;
 
        if (ret)
                goto out_free_swms;
 
+       swm0->guid_set_explicitly = 1;
+
        /* It is reasonably safe to provide, WIMLIB_WRITE_FLAG_STREAMS_OK, as we
         * have verified that the specified split WIM parts form a spanned set.
         */
        /* It is reasonably safe to provide, WIMLIB_WRITE_FLAG_STREAMS_OK, as we
         * have verified that the specified split WIM parts form a spanned set.
         */