~cyphermox/bluez/5.23

« back to all changes in this revision

Viewing changes to network/manager.c

  • Committer: Package Import Robot
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2012-01-24 05:35:09 UTC
  • mfrom: (1.5.11) (7.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20120124053509-uwpwqi783lz08wm3
Tags: 4.98-1
* New upstream release.
* Update debian/bluetooth-dbus.conf.
* Update debian/control.
  Add Multi-Arch: foreign to bluez.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        DBG("path %s", path);
81
81
 
82
82
        adapter_get_address(adapter, &src);
83
 
        device_get_address(device, &dst);
 
83
        device_get_address(device, &dst, NULL);
84
84
 
85
85
        return connection_register(device, path, &src, &dst, id);
86
86
}