[sr-dev] [kamailio/kamailio] dmq_usrloc: fix variable type mismatch (#838)

Daniel-Constantin Mierla notifications at github.com
Mon Oct 31 09:01:29 CET 2016


I understand the need of changing local var methods to unsigned int, but why it needs to take the value from the double val field in the json? Is it printed in json as a floating point type?

```
-			methods = it->valueint;
 +			methods = it->valuedouble;
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/838#issuecomment-257233727
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20161031/f3de458e/attachment.html>


More information about the sr-dev mailing list