1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Comment out unused generate_name_trn_id ...

This commit is contained in:
Richard Sharpe 0001-01-01 00:00:00 +00:00
parent 44c5eb4def
commit fb5798e1d9

View File

@ -1905,7 +1905,7 @@ BOOL send_mailslot(BOOL unique, char *mailslot,char *buf,int len,
if(ismyip(dest_ip))
loopback_this_packet = True;
generate_name_trn_id();
/* generate_name_trn_id(); */ /* Not used, so gone, RJS */
/* DIRECT GROUP or UNIQUE datagram. */
dgram->header.msg_type = unique ? 0x10 : 0x11;