Hi Maxime, On Tue, Oct 25, 2016 at 5:25 PM, Maxime Chevallier <maxime.chevallier@xxxxxxxx> wrote: > When asking confirmation to accept an incoming connection, > we now only check for any network_server to be registered to > the adapter. > > This fixes GN Master role, that wouldn't accept any connection > before. > --- > profiles/network/server.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/profiles/network/server.c b/profiles/network/server.c > index 1bff9f8..aa7f773 100644 > --- a/profiles/network/server.c > +++ b/profiles/network/server.c > @@ -454,8 +454,7 @@ static void confirm_event(GIOChannel *chan, gpointer user_data) > goto drop; > } > > - ns = find_server(na->servers, BNEP_SVC_NAP); > - if (!ns || !ns->record_id || !ns->bridge) > + if (!na->servers) > goto drop; > > na->setup = g_new0(struct network_session, 1); > -- > 2.1.4 Applied, thanks. Note that I did remove ns variable since it is no longer used. -- Luiz Augusto von Dentz -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html