Skip to content

Commit

Permalink
Revert "Set proper UPDATED flag upon cloning."
Browse files Browse the repository at this point in the history
This reverts commit 7723cd3.
  • Loading branch information
liviuchircu committed Jul 3, 2017
1 parent 09a7533 commit 8c35fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tm/sip_msg.c
Expand Up @@ -1002,7 +1002,7 @@ struct sip_msg* sip_msg_cloner( struct sip_msg *org_msg, int *sip_msg_len,
CLONE_RPL_LUMP_LIST( p, &(new_msg->reply_lump), org_msg->reply_lump);

case 1: /* updatable and cloning now */
new_msg->msg_flags |= FL_SHM_UPDATABLE|FL_SHM_UPDATED;
new_msg->msg_flags |= FL_SHM_UPDATABLE;
/* msg is updatable -> the fields that can be updated are allocated in
* separate memory chunks */
tm_shm_lock();
Expand Down

0 comments on commit 8c35fc4

Please sign in to comment.