diff --git a/src/modules/htable/htable.c b/src/modules/htable/htable.c index 4070bf7b74a..214b6e36086 100644 --- a/src/modules/htable/htable.c +++ b/src/modules/htable/htable.c @@ -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;