Skip to content

Commit

Permalink
b2b_entities: fix Notify buffer timeout build
Browse files Browse the repository at this point in the history
Complete 312cdd4
Related to bug in #3195
  • Loading branch information
razvancrainea committed Sep 18, 2023
1 parent 34c9c3b commit 9d61465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/b2b_entities/dlg.c
Original file line number Diff line number Diff line change
Expand Up @@ -3302,7 +3302,7 @@ void b2b_tm_cback(struct cell *t, b2b_table htable, struct tmcb_params *ps)
dummy_msg.first_line.u.reply.status.len = 3;
dummy_fl_buf[11] = ' ';

memcpy(dummy_fl_buf, "Timeout", 7);
memcpy(dummy_fl_buf+12, "Timeout", 7);
dummy_msg.first_line.u.reply.reason.s = dummy_fl_buf+12;
dummy_msg.first_line.u.reply.reason.len = 7;

Expand Down

0 comments on commit 9d61465

Please sign in to comment.