Skip to content

Commit

Permalink
b2b_entities: rename ua_session_start to ua_session_client_start
Browse files Browse the repository at this point in the history
Rename the ua_session_start MI command as originally inteded.
  • Loading branch information
rvlad-patrascu committed May 31, 2023
1 parent 19b6d3e commit 3102318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/b2b_entities/b2b_entities.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static const mi_export_t mi_cmds[] = {
{mi_b2be_list, {0}},
{EMPTY_MI_RECIPE}}
},
{ "ua_session_start", 0, 0, 0, {
{ "ua_session_client_start", 0, 0, 0, {
{b2b_ua_session_client_start, {UA_START_MI_PARAMS, 0}},
{b2b_ua_session_client_start, {UA_START_MI_PARAMS, "proxy", 0}},
{b2b_ua_session_client_start, {UA_START_MI_PARAMS, "body", 0}},
Expand Down

0 comments on commit 3102318

Please sign in to comment.