diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-08 22:33:29 +0200 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-08 22:33:29 +0200 | 
| commit | 8c9833157e77514d5aacbb23752d30acd97d20f9 (patch) | |
| tree | 45a41f58a2148d39799ee268249f9eff14f94b90 /input/manager.c | |
| parent | 0c9566f2c08ade96a1a6fe88b23e2f7c0f99cebe (diff) | |
Remove duplicate call to btd_device_get_record
Diffstat (limited to 'input/manager.c')
| -rw-r--r-- | input/manager.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/input/manager.c b/input/manager.c index 80c9b6b1..bb0f6489 100644 --- a/input/manager.c +++ b/input/manager.c @@ -82,7 +82,7 @@ static int headset_probe(struct btd_device *device, GSList *uuids)  {  	struct btd_adapter *adapter = device_get_adapter(device);  	const gchar *path = device_get_path(device); -	const sdp_record_t *record = btd_device_get_record(device, uuids->data); +	const sdp_record_t *record;  	sdp_list_t *protos;  	uint8_t ch;  	bdaddr_t src, dst; | 
