net: mqtt: Fix typo "seg_tag_list"
Fix a typo in the mqtt_sec_config struct where it was "seg_tag_list" instead of "sec_tag_list". Signed-off-by: Martin Schwan <m.schwan@phytec.de>
This commit is contained in:
parent
161fa14138
commit
c5de716af4
3 changed files with 4 additions and 4 deletions
|
@ -330,7 +330,7 @@ struct mqtt_sec_config {
|
|||
u32_t sec_tag_count;
|
||||
|
||||
/** Indicates the list of security tags to be used for the session. */
|
||||
sec_tag_t *seg_tag_list;
|
||||
sec_tag_t *sec_tag_list;
|
||||
|
||||
/** Peer hostname for ceritificate verification.
|
||||
* May be NULL to skip hostname verification.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue