Bryan Drewery 21 ani în urmă
părinte
comite
9a66475b95
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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);