diff options
| author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-04-11 20:56:21 +0000 | 
|---|---|---|
| committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-04-11 20:56:21 +0000 | 
| commit | a3147ecb3525f0684ded16fd85cded3671ed0ca7 (patch) | |
| tree | 3013931aff264b9b0de8857a0070e43a07b6a9e7 | |
| parent | 7844177a7befa1bad8eb962fb957137fc2fad019 (diff) | |
fixed read remote version cparam
| -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 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; | 
