~cyphermox/ubuntu/natty/ofono/release-0.41

« back to all changes in this revision

Viewing changes to gisi/pep.c

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2011-02-11 02:17:20 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: mathieu-tl@ubuntu.com-20110211021720-cvxc3erw1keomunj
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        }
66
66
        pep->gprs_fd = fd;
67
67
 
68
 
        if (pep->ready)
 
68
        if (pep->ready != NULL)
69
69
                pep->ready(pep, pep->opaque);
70
70
 
71
71
        return FALSE;