Index: res/res_features.c =================================================================== --- res/res_features.c (revision 145198) +++ res/res_features.c (working copy) @@ -1709,6 +1709,7 @@ } before_you_go: +goto skip_this_until_fixed; new_chan_cdr = pick_unlocked_cdr(chan->cdr); /* the proper chan cdr, if there are forked cdrs */ new_peer_cdr = pick_unlocked_cdr(peer->cdr); /* the proper chan cdr, if there are forked cdrs */ @@ -1834,6 +1835,7 @@ ast_cdr_specialized_reset(peer_cdr,0); /* nothing changed, reset the peer_cdr */ } } +skip_this_until_fixed: return res; }