From d8b1e6017c0198bc996f9f9518037d69902b7830 Mon Sep 17 00:00:00 2001 From: Alok Barsode Date: Wed, 9 Jul 2008 13:31:49 +0530 Subject: Adding device_set_agent. Signed-off-by: Alok Barsode --- hcid/dbus-hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid/dbus-hci.c') 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); -- cgit