[sr-dev] [kamailio/kamailio] uac_redirect: Make default q-value configurable (#2647)

Daniel-Constantin Mierla notifications at github.com
Tue Feb 23 16:00:29 CET 2021


@miconda commented on this pull request.



> @@ -33,9 +33,9 @@
 
 
 extern sruid_t _redirect_sruid;
+extern default_q_value;

This one is missing the type of the variable, expecting some compilers to at least throw a waring about, should be:

```
extern int default_q_value;
```

-- 
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/2647#pullrequestreview-596430840
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210223/c39de94d/attachment-0001.htm>


More information about the sr-dev mailing list