Module: kamailio
Branch: master
Commit: 0a9cb4bf74bf11af88e93c1512053008d94aff13
URL:
https://github.com/kamailio/kamailio/commit/0a9cb4bf74bf11af88e93c151205300…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2024-07-11T19:31:23+02:00
htable: updated duplicated rm op id
---
Modified: src/modules/htable/ht_api.h
---
Diff:
https://github.com/kamailio/kamailio/commit/0a9cb4bf74bf11af88e93c151205300…
Patch:
https://github.com/kamailio/kamailio/commit/0a9cb4bf74bf11af88e93c151205300…
---
diff --git a/src/modules/htable/ht_api.h b/src/modules/htable/ht_api.h
index f7bd8ed42c0..5ac11b9bb00 100644
--- a/src/modules/htable/ht_api.h
+++ b/src/modules/htable/ht_api.h
@@ -124,9 +124,9 @@ int ht_reset_content(ht_t *ht);
#define HT_RM_OP_EQ 1
#define HT_RM_OP_NE 2
#define HT_RM_OP_SW 3
-#define HT_RM_OP_EW 3
-#define HT_RM_OP_RE 4
-#define HT_RM_OP_IN 5
+#define HT_RM_OP_EW 4
+#define HT_RM_OP_RE 5
+#define HT_RM_OP_IN 6
int ht_rm_cell_op(str *sre, ht_t *ht, int mode, int op);
int ht_match_cell_op_str(str *sre, ht_t *ht, int mode, int op);