"::" case was handled incorrectly.

This commit is contained in:
leitner 2001-05-18 20:36:55 +00:00
parent ada92190c4
commit cfddc730ea

View File

@ -39,6 +39,7 @@ unsigned int fmt_ip6(char *s,const char ip[16])
}
}
}
if (compressing) { *s++=':'; ++len; }
/* if (s) *s=0; */
return len;