From 63c3ec6774133b0fe32cd0acfc2ac89949138fc5 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 2 Feb 2012 13:54:22 -0600 Subject: [PATCH] FS-3870 --resolve that is amazing that nobody found this before, we've probably been vulnerable to that bug for years --- src/switch_caller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_caller.c b/src/switch_caller.c index ac31d99d01..9382efd58c 100644 --- a/src/switch_caller.c +++ b/src/switch_caller.c @@ -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;