# HG changeset patch # User superdump # Date 1234444961 0 # Node ID 464c36527303edec77c78db9c5a122b39d98c91c # Parent 367e4d405cd9ca7f8e664dfc23d7e4bbfe86dcba Remove bogus coupling_point assignment for non-CCE as this value is not checked in this case Patch by Alex Converse ( alex converse gmail com ) diff -r 367e4d405cd9 -r 464c36527303 aac.c --- a/aac.c Thu Feb 12 01:27:56 2009 +0000 +++ b/aac.c Thu Feb 12 13:22:41 2009 +0000 @@ -1577,8 +1577,6 @@ if(elem_type < TYPE_DSE) { if(!ac->che[elem_type][elem_id]) return -1; - if(elem_type != TYPE_CCE) - ac->che[elem_type][elem_id]->coup.coupling_point = 4; } switch (elem_type) {