|
@@ -671,7 +671,7 @@ void dlg_remove_dlg_out(struct dlg_cell_out *dlg_out_do_not_remove, struct dlg_c
|
|
LM_DBG("This is the dlg_out not to be removed!\n");
|
|
LM_DBG("This is the dlg_out not to be removed!\n");
|
|
} else {
|
|
} else {
|
|
//check if this the last entry in the entry_table
|
|
//check if this the last entry in the entry_table
|
|
- if ((d_entry_out->first == d_entry_out->last)) {
|
|
|
|
|
|
+ if (d_entry_out->first == d_entry_out->last) {
|
|
//we shouldnt ever get here
|
|
//we shouldnt ever get here
|
|
LM_DBG("This is the last dlg_out_entry in the dlg_entries_out\n");
|
|
LM_DBG("This is the last dlg_out_entry in the dlg_entries_out\n");
|
|
//this is the last then set entry_out-> first and entry_out->last to zero
|
|
//this is the last then set entry_out-> first and entry_out->last to zero
|