mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 16:20:05 +00:00
fix bug in filter driver (#1365)
* pass null vendor data to otJoinerStart if it is not provided to filter driver
This commit is contained in:
committed by
Jonathan Hui
parent
40ee47b516
commit
22af02d1b8
@@ -5282,7 +5282,7 @@ otLwfIoCtl_otJoinerStart(
|
||||
pFilter->otVendorName,
|
||||
pFilter->otVendorModel,
|
||||
pFilter->otVendorSwVersion,
|
||||
pFilter->otVendorData,
|
||||
pFilter->otVendorData[0] == '\0' ? NULL : pFilter->otVendorData,
|
||||
otLwfJoinerCallback,
|
||||
pFilter)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user