summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@azingo.com>2008-07-09 13:31:49 +0530
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-28 10:34:54 -0300
commitd8b1e6017c0198bc996f9f9518037d69902b7830 (patch)
tree05502c1fde848460f683761ff64cf6bc66915dfb /hcid/dbus-hci.c
parenta2335a65bb61313b3e46be861c90ca8bdb786eb8 (diff)
Adding device_set_agent.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
Diffstat (limited to 'hcid/dbus-hci.c')
-rw-r--r--hcid/dbus-hci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c
index 3af3f046..61d64c19 100644
--- a/hcid/dbus-hci.c
+++ b/hcid/dbus-hci.c
@@ -83,7 +83,7 @@ void bonding_request_free(struct bonding_request_info *bonding)
if (device && agent) {
agent_destroy(agent, FALSE);
- device->agent = NULL;
+ device_set_agent(device, NULL);
}
g_free(bonding);