diff options
-rw-r--r-- | plugins/ublox/mm-broadband-bearer-ublox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ublox/mm-broadband-bearer-ublox.c b/plugins/ublox/mm-broadband-bearer-ublox.c index 3cb17336..1adcaa26 100644 --- a/plugins/ublox/mm-broadband-bearer-ublox.c +++ b/plugins/ublox/mm-broadband-bearer-ublox.c @@ -463,7 +463,7 @@ out: g_free (quoted_user); g_free (quoted_password); } else - cmd = g_strdup_printf ("+UAUTHREQ=%u,0", ctx->cid); + cmd = g_strdup_printf ("+UAUTHREQ=%u,0,\"\",\"\"", ctx->cid); mm_dbg ("setting up authentication preferences in PDP context #%u...", ctx->cid); mm_base_modem_at_command (MM_BASE_MODEM (ctx->modem), |