Bryan Drewery 21 lat temu
rodzic
commit
9a66475b95
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/chanprog.c

+ 1 - 1
src/chanprog.c

@@ -456,7 +456,7 @@ void load_internal_users()
           egg_snprintf(host, sizeof host, "-telnet!%s@%s", hosts, ip);
           set_user(&USERENTRY_HOSTS, u, host);
           hosts = ln;
-          if (ln && ((ln = strchr(ln, ' ')))
+          if (ln && (ln = strchr(ln, ' ')))
             *ln++ = 0;
         }
         egg_snprintf(host, sizeof host, "-telnet!telnet@%s", ip);