Fix test for Option "IgnoreABI".

This option has plenty of potential for wasting the time of bug triagers
without pretending it's always on.
This commit is contained in:
Michel Dänzer 2006-10-25 11:39:27 +02:00
parent 598ac7a836
commit becbda6d51

View File

@ -895,7 +895,7 @@ configServerFlags(XF86ConfFlagsPtr flagsconf, XF86OptionPtr layoutopts)
xf86GetOptValBool(FlagOptions, FLAG_ALLOW_CLOSEDOWN_GRABS,
&(xf86Info.grabInfo.allowClosedown));
xf86GetOptValBool(FlagOptions, FLAG_IGNORE_ABI, &xf86Info.ignoreABI);
if (&xf86Info.ignoreABI) {
if (xf86Info.ignoreABI) {
xf86Msg(X_CONFIG, "Ignoring ABI Version\n");
}