From a3147ecb3525f0684ded16fd85cded3671ed0ca7 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 11 Apr 2006 20:56:21 +0000 Subject: fixed read remote version cparam --- hcid/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcid/security.c b/hcid/security.c index 4af61fb4..72fcc9e6 100644 --- a/hcid/security.c +++ b/hcid/security.c @@ -569,7 +569,7 @@ static inline void conn_complete(int dev, bdaddr_t *sba, void *ptr) str = textfile_get(filename, peer_addr); if (!str) { struct hci_req_data *data; - read_remote_features_cp cp; + read_remote_version_cp cp; cp.handle = evt->handle; -- cgit