Fixed error with id >0x7FFFFFFFFFFFFFFF and others
authorRadoslaw Pajak <r.pajak@samsung.com>
Mon, 12 Aug 2013 12:10:42 +0000 (14:10 +0200)
committerRadoslaw Pajak <r.pajak@samsung.com>
Mon, 12 Aug 2013 12:10:42 +0000 (14:10 +0200)
commitaf5c4a131c20eb057a01ff17a27a0c90a0bb3bea
tree85324e93bb5f7a00a4b651e766aa5cee786edf54
parent757b80b9711d9733798c927495d74c7323e95400
Fixed error with id >0x7FFFFFFFFFFFFFFF and others

 - fixed error with id > 0x7FFFFFFFFFFFFFFF because of wrong string to unsigned long long int conversion
 - KDBUS_MSG_REPLY_DEAD reply error mapped to dbus reply error
 - removed unused function parameters
 - another part of currently unused authentication related code put into #ifdef DBUS_AUTHENTICATION
 - some comments added
 - removed unnecesery code commented out in past

Change-Id: I19012c23e4afc808ff3e2607a237303bd5552822
dbus/dbus-bus.c
dbus/dbus-transport-kdbus.c
dbus/dbus-transport-kdbus.h