summaryrefslogtreecommitdiff
path: root/plugins/mbpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mbpi.c')
-rw-r--r--plugins/mbpi.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/mbpi.c b/plugins/mbpi.c
index 433f1b55..ae92c762 100644
--- a/plugins/mbpi.c
+++ b/plugins/mbpi.c
@@ -325,8 +325,6 @@ static void apn_handler(GMarkupParseContext *context, struct gsm_data *gsm,
ap->apn = g_strdup(apn);
ap->type = OFONO_GPRS_CONTEXT_TYPE_INTERNET;
ap->proto = OFONO_GPRS_PROTO_IP;
-
- /* pre-select default authentication method */
ap->auth_method = OFONO_GPRS_AUTH_METHOD_CHAP;
g_markup_parse_context_push(context, &apn_parser, ap);
@@ -397,10 +395,6 @@ static void gsm_end(GMarkupParseContext *context, const gchar *element_name,
if (ap == NULL)
return;
- /* select authentication method NONE if fit */
- if (!ap->username || !ap->password)
- ap->auth_method = OFONO_GPRS_AUTH_METHOD_NONE;
-
if (gsm->allow_duplicates == FALSE) {
GSList *l;