Module: kamailio Branch: master Commit: d485cd0b37d6085dd89c75150845a6fe918efefb URL: https://github.com/kamailio/kamailio/commit/d485cd0b37d6085dd89c75150845a6fe...
Author: jaybeepee jason.penton@gmail.com Committer: jaybeepee jason.penton@gmail.com Date: 2016-09-12T17:10:20+02:00
modules/ims_auth: missing bracket (reverted from commit e30743f7e9ddecd0b10b69162732957d4ab715d3)
---
Modified: modules/ims_auth/pvt_message.c
---
Diff: https://github.com/kamailio/kamailio/commit/d485cd0b37d6085dd89c75150845a6fe... Patch: https://github.com/kamailio/kamailio/commit/d485cd0b37d6085dd89c75150845a6fe...
---
diff --git a/modules/ims_auth/pvt_message.c b/modules/ims_auth/pvt_message.c index 72e7438..17f852e 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