~cyphermox/ubuntu/natty/connman/release-0.64

« back to all changes in this revision

Viewing changes to plugins/fake.c

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2010-11-30 15:51:10 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: mathieu.trudel-lapierre@canonical.com-20101130155110-32g0usyc4jbl131x
New upstream release 0.64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        if (device == NULL)
89
89
                return;
90
90
 
91
 
        connman_device_set_mode(device, CONNMAN_DEVICE_MODE_NETWORK_SINGLE);
92
 
 
93
91
        connman_device_register(device);
94
92
        connman_device_unref(device);
95
93
}