|
@@ -89,7 +89,7 @@ void ts_onreply(struct cell* t, int type, struct tmcb_params *param)
|
|
}
|
|
}
|
|
ptr = ptr->next;
|
|
ptr = ptr->next;
|
|
}
|
|
}
|
|
- LM_DBG("transaction %u:%u not found\n",ptr->tindex, ptr->tlabel);
|
|
|
|
|
|
+ LM_DBG("transaction %u:%u not found\n",cb_ptr->tindex, cb_ptr->tlabel);
|
|
unlock_entry(_e);
|
|
unlock_entry(_e);
|
|
} else {
|
|
} else {
|
|
LM_DBG("called with uknown type %d\n", type);
|
|
LM_DBG("called with uknown type %d\n", type);
|