chiark / gitweb /
bus-driverd: Fix return code in driver_request_name
authorLukasz Skalski <l.skalski@partner.samsung.com>
Tue, 17 Dec 2013 16:31:46 +0000 (17:31 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 17 Dec 2013 19:37:24 +0000 (20:37 +0100)
RequestName return codes should be consistent with Dbus Specification.

VALUE - DESCRIPTION
1-The caller is now the primary owner of the name, replacing any previous owner,
2-The name already had an owner (QUEUE flag was not specified),
3-The name already has an owner (QUEUE flag was specified),
4-Application trying to request ownership of a name is already the owner of it.


No differences found