Skip to content

Commit

Permalink
Merge pull request #119 from kpandu987/haultype_bug_fix
Browse files Browse the repository at this point in the history
RDKBACCL-540: Observing segfault issue in em_ctrl when we tried to do reset command in em_cli prompt
  • Loading branch information
amarnathhullur authored Jan 11, 2025
2 parents 05cd741 + 3fd8e4b commit e01e9ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dm/dm_network_ssid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,9 @@ em_haul_type_t dm_network_ssid_t::haul_type_from_string(em_string_t str)
type = em_haul_type_configurator;
} else {
type = em_haul_type_max;
}
}

return type;
}

dm_network_ssid_t::dm_network_ssid_t(em_network_ssid_info_t *net_ssid)
Expand Down

0 comments on commit e01e9ff

Please sign in to comment.