Module: sip-router Branch: master Commit: 753d1d885d7c2f0e1a30df939455fcb4349a7506 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=753d1d88...
Author: Ovidiu Sas osas@dbn Committer: Ovidiu Sas osas@dbn Date: Wed Dec 5 13:17:23 2012 -0500
modules_s/registrar: remove unused variable
---
modules_s/registrar/lookup.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules_s/registrar/lookup.c b/modules_s/registrar/lookup.c index 339cd6f..61e97fa 100644 --- a/modules_s/registrar/lookup.c +++ b/modules_s/registrar/lookup.c @@ -247,10 +247,8 @@ int lookup2(struct sip_msg* msg, char* table, char* p2) int res; unsigned int nat; str new_uri, aor; - fparam_t* fp;
nat = 0; - fp = (fparam_t*)p2; if (get_str_fparam(&aor, msg, (fparam_t*)p2) != 0) { ERR("Unable to get the AOR value\n");