ofono/drivers/ubloxmodem
Martin Hundebøll 35b61e3ec2 ubloxmodem: fix maybe-unitialized error
Fixes:

../git/drivers/ubloxmodem/gprs-context.c: In function ‘ublox_gprs_activate_primary’:
../git/drivers/ubloxmodem/gprs-context.c:339:2: error: ‘auth’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  snprintf(buf, sizeof(buf), "AT+UAUTHREQ=%u,%u,\"%s\",\"%s\"",
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    gcd->active_context, auth, username, password);
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../git/drivers/ubloxmodem/gprs-context.c:324:11: note: ‘auth’ was declared here
  unsigned auth;
           ^~~~
2019-06-21 12:54:10 -05:00
..
gprs-context.c ubloxmodem: fix maybe-unitialized error 2019-06-21 12:54:10 -05:00
lte.c ublox: extend LTE driver 2019-03-13 16:39:42 -05:00
netmon.c treewide: Remove superfluous use of _GNU_SOURCE 2018-10-17 10:01:57 -05:00
ubloxmodem.c ublox: add TOBY L4 models 2019-03-13 16:38:55 -05:00
ubloxmodem.h ublox: add TOBY L4 models 2019-03-13 16:38:55 -05:00