1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Polish previous revision.

This commit is contained in:
Ruslan Ermilov 2002-04-06 09:54:17 +00:00
parent a5cf1da8f8
commit dab8ffaac3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93956

View File

@ -121,7 +121,7 @@ char
i = sprintf(a,"%02x:%02x:%02x:%02x:%02x:%02x",
n->octet[0],n->octet[1],n->octet[2],
n->octet[3],n->octet[4],n->octet[5]);
if (i < 11)
if (i < 17)
return (NULL);
return ((char *)&a);
}