Copying commit from HEAD.
authorChristopher R. Hertel <crh@samba.org>
Mon, 22 Apr 2002 03:09:23 +0000 (03:09 +0000)
committerChristopher R. Hertel <crh@samba.org>
Mon, 22 Apr 2002 03:09:23 +0000 (03:09 +0000)
commitc06a2ece7545a9d9f8cde04745b603f7d6c6a716
tree007c9cb809d4b243ff9a32642d880d49c73b5c9f
parentc72db22a3f2d823b5ac30066ed53f5edb2b69495
Copying commit from HEAD.

My seven-year-old daughter calls me 'Captain Pedantic'.  I don't know which
is freakier... the name or the fact that a seven-year-old knows what it
means.

Small change to correct the value we place in the DGM_LENGTH field of
NBT Datagram messages.  We have been counting the full datagram, but it's
fairly clear in the RFCs that we should only count the source name,
destination name, and payload.  We've been overcharging by 14 bytes
(the size of the NBT DGM header).

This fix brings us in line with what Windows does, and what the RFCs
say should be done.  I'm a little surprised that this didn't cause any
bugs or error messages.  I guess no one actually checks this field.
source/libsmb/nmblib.c