Module: kamailio
Branch: master
Commit: cf7ed18c74343ae928ec57a7b76835eedd202dcc
URL:
https://github.com/kamailio/kamailio/commit/cf7ed18c74343ae928ec57a7b76835e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-05-02T15:10:17+02:00
registrar: fix compilation warnings
---
Modified: src/modules/registrar/regpv.c
---
Diff:
https://github.com/kamailio/kamailio/commit/cf7ed18c74343ae928ec57a7b76835e…
Patch:
https://github.com/kamailio/kamailio/commit/cf7ed18c74343ae928ec57a7b76835e…
---
diff --git a/src/modules/registrar/regpv.c b/src/modules/registrar/regpv.c
index aba0eee..35bdd74 100644
--- a/src/modules/registrar/regpv.c
+++ b/src/modules/registrar/regpv.c
@@ -427,7 +427,6 @@ int pv_fetch_contacts_helper(sip_msg_t* msg, udomain_t* dt, str* uri,
ucontact_t* c0;
regpv_profile_t *rpp;
str aor = {0, 0};
- str u = {0, 0};
int res;
int olen;
int ilen;