Skip to content

Commit

Permalink
core: do not execute clear_branches() on next faked msg
Browse files Browse the repository at this point in the history
- the function clears the global variables for branches

(cherry picked from commit 68db22b)
  • Loading branch information
miconda committed Aug 29, 2017
1 parent ba6ec1a commit 06a03ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/fmsg.c
Expand Up @@ -74,7 +74,6 @@ sip_msg_t* faked_msg_next(void)
_faked_msg.id = 1 + _faked_msg_no++;
_faked_msg.pid = my_pid();
memset(&_faked_msg.tval, 0, sizeof(struct timeval));
clear_branches();
return &_faked_msg;
}

Expand Down

0 comments on commit 06a03ab

Please sign in to comment.