mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-23 04:43:35 +08:00
unit/sdp: Remove extra zero table entry
It is enough to have one zero table entry at the end of the table.
This commit is contained in:
parent
d8af57d80a
commit
fb231d60de
@ -72,7 +72,7 @@ struct test_data {
|
||||
#define define_test(name, _mtu, args...) \
|
||||
do { \
|
||||
const struct sdp_pdu pdus[] = { \
|
||||
args, { }, { } \
|
||||
args, { } \
|
||||
}; \
|
||||
static struct test_data data; \
|
||||
data.mtu = _mtu; \
|
||||
|
Loading…
Reference in New Issue
Block a user