Loading lib/hostip.c +1 −1 Original line number Diff line number Diff line Loading @@ -212,7 +212,7 @@ create_hostcache_id(const char *name, int port) char *ptr = id; if(ptr) { /* lower case the name part */ while(*ptr != ':') { while(*ptr && (*ptr != ':')) { *ptr = (char)TOLOWER(*ptr); ptr++; } Loading Loading
lib/hostip.c +1 −1 Original line number Diff line number Diff line Loading @@ -212,7 +212,7 @@ create_hostcache_id(const char *name, int port) char *ptr = id; if(ptr) { /* lower case the name part */ while(*ptr != ':') { while(*ptr && (*ptr != ':')) { *ptr = (char)TOLOWER(*ptr); ptr++; } Loading