| 2079 | | BMI_set_info(s_op->unexp_bmi_buff.addr, BMI_DEC_ADDR_REF, NULL); |
| | 2079 | gossip_ldebug(GOSSIP_BMI_DEBUG_TCP,"server_state_machine_complete: smcb op code (%d).\n" |
| | 2080 | ,s_op->op); |
| | 2081 | gossip_ldebug(GOSSIP_BMI_DEBUG_TCP,"server_state_machine_complete: " |
| | 2082 | "s_op->unexp_bmi_buff.buffer (%p) " |
| | 2083 | "\tNULL(%s).\n" |
| | 2084 | ,s_op->unexp_bmi_buff.buffer |
| | 2085 | ,s_op->unexp_bmi_buff.buffer ? "NO" : "YES"); |
| | 2086 | |
| | 2087 | /* BMI_unexpected_free MUST execute BEFORE BMI_set_info, because BMI_set_info will */ |
| | 2088 | /* remove the addr info from the cur_ref_list if BMI_DEC_ADDR_REF causes the ref */ |
| | 2089 | /* count to become zero. The addr info holds the "unexpected-free" function */ |
| | 2090 | /* pointer. */ |