FS-3870 --resolve that is amazing that nobody found this before, we've probably been vulnerable to that bug for years

This commit is contained in:
Anthony Minessale 2012-02-02 13:54:22 -06:00
parent 27221fa4d3
commit 63c3ec6774
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ SWITCH_DECLARE(switch_caller_profile_t *) switch_caller_profile_dup(switch_memor
profile->flags = tocopy->flags;
profile->pool = pool;
profile->direction = tocopy->direction;
profile->times = tocopy->times;
if (tocopy->soft) {
profile_node_t *pn;