Module: kamailio
Branch: master
Commit: 7b011b32be9bca6cf618e2eecd8364dce4041af6
URL:
https://github.com/kamailio/kamailio/commit/7b011b32be9bca6cf618e2eecd8364d…
Author: Luis Azedo <luis(a)2600hz.com>
Committer: Luis Azedo <luis(a)2600hz.com>
Date: 2015-03-27T01:36:45Z
registrar: fix wrong var name
---
Modified: modules/registrar/lookup.c
---
Diff:
https://github.com/kamailio/kamailio/commit/7b011b32be9bca6cf618e2eecd8364d…
Patch:
https://github.com/kamailio/kamailio/commit/7b011b32be9bca6cf618e2eecd8364d…
---
diff --git a/modules/registrar/lookup.c b/modules/registrar/lookup.c
index 1a35eda..6193327 100644
--- a/modules/registrar/lookup.c
+++ b/modules/registrar/lookup.c
@@ -661,7 +661,7 @@ int registered4(struct sip_msg* _m, udomain_t* _d, str* _uri, int
match_flag, in
}
if (res == 0) {
- LM_DBG("searching with match flags (%d,%d)\n", match_flag,
reg_match_flag_param);
+ LM_DBG("searching with match flags (%d,%d)\n", match_flag,
match_action_flag);
if(reg_xavp_cfg.s!=NULL) {
if((match_flag & 1)