From 7400b0a612e27b2cda3f98e78556f96b8fcc8581 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 13 Nov 2012 11:08:39 +0200 Subject: [PATCH] core: Fix missing initialization for local_uuid for external profiles --- src/profile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/profile.c b/src/profile.c index 650d572db..c878bce89 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 */ -- 2.47.3