Some remarks on wks

This commit is contained in:
Miek Gieben 2015-01-13 10:39:13 +00:00
parent aa1047c551
commit 7777789184
1 changed files with 1 additions and 1 deletions

View File

@ -1394,7 +1394,7 @@ func (rr *WKS) String() (s string) {
if rr.Address != nil {
s += rr.Address.String()
}
// TODO(miek): missing protocol here.
// TODO(miek): missing protocol here, see /etc/protocols
for i := 0; i < len(rr.BitMap); i++ {
// should lookup the port
s += " " + strconv.Itoa(int(rr.BitMap[i]))