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:
commit
84c29ae3c4
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user