ifxmodem: Fix GPRS activation command string buffer size

This commit is contained in:
Marcel Holtmann 2017-07-11 10:43:59 -07:00
parent 339e874212
commit 9cdcf72994
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ static void setup_cb(gboolean ok, GAtResult *result, gpointer user_data)
{
struct ofono_gprs_context *gc = user_data;
struct gprs_context_data *gcd = ofono_gprs_context_get_data(gc);
char buf[128];
char buf[384];
DBG("ok %d", ok);