1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-23 06:50:21 +03:00

added debug_nmb_packet() call.

lkcl
(This used to be commit 8a81c6d49ae62ce788188185c97058f2bdbc35e3)
This commit is contained in:
Samba Release Account 1997-03-02 14:20:12 +00:00
parent da0a56a278
commit 33548ecd2d

View File

@ -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;