Hi Bertrand, > --- > plugins/ofono.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-)
please write a proper short subject and a detailed commit message body. Just squeezing everything in the subject line is not acceptable. M5: Git commit message 50/72 formatting ======================================= The commit message header should be within 50 characters. And if you have detailed explanatory text, wrap it to 72 character. > diff --git a/plugins/ofono.c b/plugins/ofono.c > index 74a5c60..5c5d00b 100644 > --- a/plugins/ofono.c > +++ b/plugins/ofono.c > @@ -688,6 +688,8 @@ static int add_network(struct connman_device *device, > operator = connman_device_get_string(device, "Operator"); > if (operator) > connman_network_set_name(network, operator); > + else > + connman_network_set_name(network, ""); And this has been tested and is fixing your issue? When I debugged it, I concluded that it needs to be set way earlier. Regards Marcel _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
