Re: [PATCH] bearer-qmi: don't add auth settings if no user/pass/auth given

2015-10-21 Thread Dan Williams
On Tue, 2015-10-20 at 11:29 +0200, Aleksander Morgado wrote: > Auth settings will be added in a QMI message only if at least one of these is > requested: > * An explicit auth preference is requested. > * User string is given and isn't empty. > * Password string is given and isn't empty. > --- >

[PATCH] bearer-qmi: don't add auth settings if no user/pass/auth given

2015-10-20 Thread Aleksander Morgado
Auth settings will be added in a QMI message only if at least one of these is requested: * An explicit auth preference is requested. * User string is given and isn't empty. * Password string is given and isn't empty. --- Any comment on this patch? --- src/mm-bearer-qmi.c | 22