summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-03-02 14:20:12 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-03-02 14:20:12 +0000
commit8a81c6d49ae62ce788188185c97058f2bdbc35e3 (patch)
tree7fb5a0d36749aaacdabafb854c6baa1a1f93cdc6
parentc2d5d1040a933987a0c39545bb5bf8e2fc400a87 (diff)
downloadsamba-8a81c6d49ae62ce788188185c97058f2bdbc35e3.tar.gz
added debug_nmb_packet() call.
lkcl
-rw-r--r--source/namepacket.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/namepacket.c b/source/namepacket.c
index 84b0a1b355e..e62f3f00b0a 100644
--- a/source/namepacket.c
+++ b/source/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;