---
 src/gprs.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gprs.c b/src/gprs.c
index 1efcc0c..05ab499 100644
--- a/src/gprs.c
+++ b/src/gprs.c
@@ -3030,6 +3030,8 @@ static void provision_context(const struct 
ofono_gprs_provision_data *ap,
        if (ap->password != NULL)
                strcpy(context->context.password, ap->password);
 
+       context->context.auth_method = ap->auth_method;
+
        strcpy(context->context.apn, ap->apn);
        context->context.proto = ap->proto;
 
-- 
1.7.10.4

_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to