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:
Martin Schwan 2019-01-10 09:13:20 +01:00 committed by Jukka Rissanen
commit c5de716af4
3 changed files with 4 additions and 4 deletions

View file

@ -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.