From f02f8a0274377459bf90d5a70cb7b72480a3df60 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 28 Apr 2014 12:46:19 -0500 Subject: [PATCH] Retain GUID when joining WIM --- src/join.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/join.c b/src/join.c index 622919e9..b2125d13 100644 --- a/src/join.c +++ b/src/join.c @@ -201,6 +201,8 @@ wimlib_join(const tchar * const *swm_names, 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. */ -- 2.43.0