Module: kamailio Branch: master Commit: e30743f7e9ddecd0b10b69162732957d4ab715d3 URL: https://github.com/kamailio/kamailio/commit/e30743f7e9ddecd0b10b69162732957d...
Author: jaybeepee jason.penton@gmail.com Committer: jaybeepee jason.penton@gmail.com Date: 2016-09-12T17:02:12+02:00
modules/ims_auth: missing bracket
---
Modified: modules/ims_auth/pvt_message.c
---
Diff: https://github.com/kamailio/kamailio/commit/e30743f7e9ddecd0b10b69162732957d... Patch: https://github.com/kamailio/kamailio/commit/e30743f7e9ddecd0b10b69162732957d...
---
diff --git a/modules/ims_auth/pvt_message.c b/modules/ims_auth/pvt_message.c index 17f852e..72e7438 100644 --- a/modules/ims_auth/pvt_message.c +++ b/modules/ims_auth/pvt_message.c @@ -128,4 +128,4 @@ struct sip_msg* get_request_from_tx(struct cell *t) { } else return 0;
-} \ No newline at end of file +}