Remove errant \ from previous commit. (Whoops!)
[ircu2.10.12-pk.git] / ircd / m_gline.c
index d379c611076d2ba675a3769cf57baec00d924587..506696a47c7efec90aa71302845364ecec9b9afe 100644 (file)
@@ -308,7 +308,7 @@ ms_gline(struct Client *cptr, struct Client *sptr, int parc, char *parv[])
        if (!agline || /* gline creation, has to be the reason */
            /* trial-convert as lifetime, and if it doesn't fully convert,
             * it must be the reason */
-           ((lifetime = strtoul(parv[5], &tmp, 10)) && !*tmp)) {
+           (!(lifetime = strtoul(parv[5], &tmp, 10)) && !*tmp)) {
          lifetime = 0;
          reason = parv[5];