On Tue, Aug 26, 2014 at 11:18:09AM +0200, tnut@xxxxxxxxx wrote: > - if (rc <= 0 || strcasecmp(buf, "yes") != 0 > - || strcasecmp(buf, _("yes")) != 0) { > + if (rc <= 0 || (strcasecmp(buf, "yes") != 0 > + && strcasecmp(buf, _("yes")) != 0)) { Fixed, thanks! Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html