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:
parent
da0a56a278
commit
33548ecd2d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user