On 04/29/16 11:22 AM, Adam Jackson wrote:
@@ -871,6 +883,7 @@ ProcessCommandLine(int argc, char *argv[])
                    LimitClients != 512) {
                    FatalError("maxclients must be one of 64, 128, 256 or 
512\n");
                }
+                ResourceClientBits = ilog2(LimitClients);
            } else
                UseMsg();
        }


Don't you also need to initialize the default case somewhere when
-maxclients isn't used?

--
        -Alan Coopersmith-              [email protected]
         Oracle Solaris Engineering - http://blogs.oracle.com/alanc
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to