@@ -489,6 +489,7 @@ static int ht_rm_items(sip_msg_t* msg, str* hname, str* op, str *val,
if(ht_rm_cell_op(val, ht, mkey, HT_RM_OP_SW)<0) {
return -1;
}
+ return 1;
LM_WARN("unsupported match operator: %.*s\n", op->len, op->s);
break;