@miconda commented on this pull request.


In src/modules/uac_redirect/rd_funcs.c:

> @@ -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, view it on GitHub, or unsubscribe.