Skip to content
Snippets Groups Projects
Commit d14e1d7e authored by clohr's avatar clohr
Browse files

xAAV 0.7rev2

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/C/branches/version-0.7@2721 b32b6428-25c9-4566-ad07-03861ab6144f
parent 6703b69d
No related branches found
No related tags found
No related merge requests found
......@@ -153,8 +153,9 @@ bool xAAL_join_bus(const char *addr,
if (sodium_init() == -1)
return false;
bus->wanted_targets = malloc(0);
bus->wanted_targets_nb = 0;
bus->wanted_targets = malloc(sizeof(uuid_t));
bus->wanted_targets_nb = 1;
uuid_clear(bus->wanted_targets[0]); /* Add the UUID NULL within the list of wanted target, according to xAAL 0.7rev2 */
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment