On Fri, Apr 12, 2019 at 10:19:52AM +0200, Fabiano Fidêncio wrote: > When detecting a tree, let's also its OS. ^^^^ word missing ? > > https://gitlab.com/libosinfo/libosinfo/issues/25 > > Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx> > --- > osinfo/osinfo_db.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/osinfo/osinfo_db.c b/osinfo/osinfo_db.c > index 1089644..b7da2b7 100644 > --- a/osinfo/osinfo_db.c > +++ b/osinfo/osinfo_db.c > @@ -829,8 +829,10 @@ static gboolean compare_tree(OsinfoTree *tree, > g_list_free(trees); > g_object_unref(tree_list); > > - if (*ret_os != NULL) > + if (*ret_os != NULL) { > + osinfo_tree_set_os(*matched, *ret_os); > return TRUE; > + } > } > > return FALSE; > -- > 2.20.1 > > _______________________________________________ > Libosinfo mailing list > Libosinfo@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/libosinfo Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :| _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo