OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef4f77e
)
tools/mgmt-tester: Fix calling test_setup twice
author
Johan Hedberg
<johan.hedberg@intel.com>
Wed, 30 Oct 2013 12:43:47 +0000
(14:43 +0200)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Wed, 30 Oct 2013 12:43:47 +0000
(14:43 +0200)
tools/mgmt-tester.c
patch
|
blob
|
history
diff --git
a/tools/mgmt-tester.c
b/tools/mgmt-tester.c
index
79b7c82
..
b50177f
100644
(file)
--- a/
tools/mgmt-tester.c
+++ b/
tools/mgmt-tester.c
@@
-2461,7
+2461,7
@@
static void test_setup(const void *test_data)
unsigned char off[] = { 0x00 };
mgmt_send(data->mgmt, MGMT_OP_SET_BREDR,
data->mgmt_index, sizeof(off), off,
-
func
, data, NULL);
+
NULL
, data, NULL);
}
}
}