diff options
author | Alok Barsode <alok.barsode@azingo.com> | 2008-07-09 13:31:49 +0530 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-07-28 10:34:54 -0300 |
commit | d8b1e6017c0198bc996f9f9518037d69902b7830 (patch) | |
tree | 05502c1fde848460f683761ff64cf6bc66915dfb /hcid/dbus-hci.c | |
parent | a2335a65bb61313b3e46be861c90ca8bdb786eb8 (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.c | 2 |
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); |