summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/namepacket.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/namepacket.c b/source3/namepacket.c
index 84b0a1b355..e62f3f00b0 100644
--- a/source3/namepacket.c
+++ b/source3/namepacket.c
@@ -171,6 +171,8 @@ void initiate_netbios_packet(uint16 *id,
p.timestamp = time(NULL);
p.packet_type = NMB_PACKET;
+ debug_nmb_packet(&p);
+
if (!send_packet(&p)) {
DEBUG(3,("send_packet to %s %d failed\n",inet_ntoa(p.ip),p.port));
*id = 0xffff;