Minor change.
authorChristopher R. Hertel <crh@samba.org>
Thu, 22 Oct 1998 18:07:39 +0000 (18:07 +0000)
committerChristopher R. Hertel <crh@samba.org>
Thu, 22 Oct 1998 18:07:39 +0000 (18:07 +0000)
commit034a12fdcb6f707b382d9da481bc012a3c49da76
treed627b84c720ec8bd79aa2c81284ebd5de31e33aa
parent1c753388d3b9a659272b6b04e0c365eb821b6c73
Minor change.

The debug_browse_data() function does a hex dump of a browser packet.  The
last line is often not a full 16 bytes, which would miss-align the hex
output.  I've added the padding needed to align the hex output.

Chris -)-----
(This used to be commit 9f9b30abab118f0a2e007beddd79de38a2d5ea29)
source3/nmbd/nmbd_packets.c