This commit was generated by cvs2svn to compensate for changes in r75147,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Bill Fenner 2001-04-04 00:11:06 +00:00
commit 84c29ae3c4

View File

@ -893,7 +893,7 @@ void nbt_udp137_print(const uchar *data, int length)
p += 2;
}
} else {
print_data(p,rdlen);
print_data(p, min(rdlen, length - ((const uchar *)p - data)));
p += rdlen;
}
}