diff options
author | Syam Sidhardhan <s.syam@samsung.com> | 2012-05-23 21:27:28 +0530 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-05-24 11:06:59 +0300 |
commit | 89d2b63cfcf6efaa964b170faccd428f521441be (patch) | |
tree | 62f05b364d7493ac7632c7bc1e8eeea92ed358ff /plugins | |
parent | 09801ee2c606683aff1d7cbb9fd370096c774c62 (diff) | |
download | bluez-89d2b63cfcf6efaa964b170faccd428f521441be.tar.gz bluez-89d2b63cfcf6efaa964b170faccd428f521441be.tar.xz bluez-89d2b63cfcf6efaa964b170faccd428f521441be.zip |
Remove redundant D-Bus error initilization in maemo6 plugin
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/maemo6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/maemo6.c b/plugins/maemo6.c index 6c341167..4819af46 100644 --- a/plugins/maemo6.c +++ b/plugins/maemo6.c @@ -130,7 +130,6 @@ static void read_radio_states_cb(DBusPendingCall *call, void *user_data) goto done; } - dbus_error_init(&derr); if (dbus_message_get_args(reply, &derr, DBUS_TYPE_UINT32, &radio_states, DBUS_TYPE_INVALID) == FALSE) { |