Module: kamailio
Branch: master
Commit: 83b1ebb1ef7f6eb5a2fbc05f0da5a0e9a1109eca
URL:
https://github.com/kamailio/kamailio/commit/83b1ebb1ef7f6eb5a2fbc05f0da5a0e…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2022-11-16T15:51:21Z
dialog: remove variable self-assignment that causes compilation warnings
---
Modified: src/modules/dialog/dlg_req_within.c
---
Diff:
https://github.com/kamailio/kamailio/commit/83b1ebb1ef7f6eb5a2fbc05f0da5a0e…
Patch:
https://github.com/kamailio/kamailio/commit/83b1ebb1ef7f6eb5a2fbc05f0da5a0e…
---
diff --git a/src/modules/dialog/dlg_req_within.c b/src/modules/dialog/dlg_req_within.c
index c073988448..05305950b0 100644
--- a/src/modules/dialog/dlg_req_within.c
+++ b/src/modules/dialog/dlg_req_within.c
@@ -488,7 +488,6 @@ dlg_t * build_dlg_t_early(struct sip_msg *msg, struct dlg_cell *
cell,
branch_id, cell->t->nr_of_outgoings);
goto error;
}
- msg = msg;
}
if (!msg->contact && (parse_headers(msg,HDR_CONTACT_F,0)<0