diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-03-29 11:13:37 +0000 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-03-29 11:13:37 +0000 | 
| commit | 80d0f4993e8282bc3b11ee7a7ca6daa7d13928c1 (patch) | |
| tree | 8962d9ca90d3f90dc8644f31fe0fd169f37e73d6 | |
| parent | a95a51f09670c7f7447a736a3c547dc534a96214 (diff) | |
Fix to previous commit
| -rw-r--r-- | hcid/security.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/hcid/security.c b/hcid/security.c index 73efa324..45af7466 100644 --- a/hcid/security.c +++ b/hcid/security.c @@ -226,7 +226,7 @@ static void link_key_notify(int dev, bdaddr_t *sba, void *ptr)  	write_link_key(sba, dba, evt->link_key, evt->key_type,  						io_data[dev_id].pin_length); -	hcid_dbus_bonding_created_complete(sba, &dba, 0); +	hcid_dbus_bonding_created_complete(sba, dba, 0);  	io_data[dev_id].pin_length = -1;  } | 
