]> jfr.im git - irc/quakenet/newserv.git/blobdiff - trusts/formats.c
GLINES: fix null pointer deref in trustgline / trustungline
[irc/quakenet/newserv.git] / trusts / formats.c
index 5a6914d32d2fd6cc4906a2ac837ae50ebd674c10..35bee39d80179f44f5e12452dc0bb813d8fb44e3 100644 (file)
@@ -137,7 +137,7 @@ int parseth(char *line, trusthost *th, unsigned int *tgid, int oformat) {
   int maxpernode, nodebits;
   char *ip, xbuf[1024], *id;
 
-/* #id,213.230.192.128/26,20,23,1222732944
+/* #id,192.168.2.128/26,20,23,1222732944
        ip                ,cur,max,lastseen */
 
   strlcpy(xbuf, line, sizeof(xbuf));