From: Anthony Minessale Date: Thu, 2 Feb 2012 19:54:22 +0000 (-0600) Subject: FS-3870 --resolve that is amazing that nobody found this before, we've probably been... X-Git-Tag: v1.2-rc1~19^2^2~68^2~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63c3ec6774133b0fe32cd0acfc2ac89949138fc5;p=thirdparty%2Ffreeswitch.git FS-3870 --resolve that is amazing that nobody found this before, we've probably been vulnerable to that bug for years --- 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;