Hi Sjur, > static void ste_eppsd_down_cb(gboolean ok, GAtResult *result, > @@ -191,7 +189,7 @@ static void ste_eppsd_down_cb(gboolean ok, GAtResult > *result, > ofono_gprs_context_cb_t cb = cbd->cb; > struct ofono_gprs_context *gc = cbd->user; > struct gprs_context_data *gcd = ofono_gprs_context_get_data(gc); > - struct conn_info *conn; > + struct conn_info *conn = NULL; > GSList *l;
why do you need the conn = NULL assignment here? I haven't even looked into your code flow, but I prefer clearly to not have these. Regards Marcel _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
