Module: kamailio Branch: master Commit: cf7ed18c74343ae928ec57a7b76835eedd202dcc URL: https://github.com/kamailio/kamailio/commit/cf7ed18c74343ae928ec57a7b76835ee...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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/cf7ed18c74343ae928ec57a7b76835ee... Patch: https://github.com/kamailio/kamailio/commit/cf7ed18c74343ae928ec57a7b76835ee...
---
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;