From fbc46665a4bbe4fdf1f378c197018ee2a4d18f75 Mon Sep 17 00:00:00 2001
From: Ilyes Gouta <ilyes.gouta@st.com>
Date: Mon, 19 Nov 2012 15:45:00 -0500
Subject: [PATCH] core: activate the new fusion world after creating it

Only the master should do this though.

Signed-off-by: Ilyes Gouta <ilyes.gouta@st.com>
---
 src/core/dale_core.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/core/dale_core.c b/src/core/dale_core.c
index f15c825..30a6f4b 100644
--- a/src/core/dale_core.c
+++ b/src/core/dale_core.c
@@ -147,6 +147,9 @@ fd_core_create( CoreDale **ret_core )
      if (ret)
           goto error;
 
+     // Activate the newly created world
+     fusion_world_activate( core->world );
+
      core->fusion_id = fusion_id( core->world );
      
      fusiondale_config->session = fusion_world_index( core->world );
-- 
1.7.7.6

