~indicator-network-developers/ofono/trunk.packaging

« back to all changes in this revision

Viewing changes to drivers/stemodem/gprs-context.c

  • Committer: Kalle Valo
  • Date: 2011-02-21 07:46:07 UTC
  • mfrom: (2738.1.2125)
  • Revision ID: kalle.valo@canonical.com-20110221074607-u4rocuj2p75kpht9
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
383
383
        GSList *l;
384
384
        struct conn_info *conn;
385
385
 
386
 
        if (cbd == NULL)
387
 
                goto error_no_device;
388
 
 
389
386
        gcd->active_context = ctx->cid;
390
387
        cbd->user = gc;
391
388
 
448
445
        char buf[64];
449
446
        GSList *l;
450
447
 
451
 
        if (cbd == NULL)
452
 
                goto error;
453
 
 
454
448
        gcd->active_context = id;
455
449
        cbd->user = gc;
456
450