mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Polish previous revision.
This commit is contained in:
parent
a5cf1da8f8
commit
dab8ffaac3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue