Diff between 86842030039583d092a1d3ce5004e7bc5b7d2b01 and 7400b0a612e27b2cda3f98e78556f96b8fcc8581
Changed Files
| File | Additions | Deletions | Status |
| src/profile.c | +1 | -0 | modified |
Full Patch
diff --git a/src/profile.c b/src/profile.c
index 650d572..c878bce 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -1115,6 +1115,7 @@ static struct ext_profile *create_ext(const char *owner, const char *path,
p = &ext->p;
p->name = ext->name;
+ p->local_uuid = ext->uuid;
/* Typecast can't really be avoided here:
* http://c-faq.com/ansi/constmismatch.html */