X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source3%2Fnmbd%2Fnmbd_packets.c;h=3bb151420343fbf3a5114bea0681125d27b5797a;hb=afc93255d183eefb68e45b8ec6275f6a62cf9795;hp=349d36ce70df1a5d2ccc3e888076a4962273b3a3;hpb=23c965d9472058c566a1b9f8a44964acd5c8a446;p=abartlet%2Fsamba.git%2F.git diff --git a/source3/nmbd/nmbd_packets.c b/source3/nmbd/nmbd_packets.c index 349d36ce70d..3bb15142034 100644 --- a/source3/nmbd/nmbd_packets.c +++ b/source3/nmbd/nmbd_packets.c @@ -1924,7 +1924,7 @@ bool send_mailslot(bool unique, const char *mailslot,char *buf, size_t len, return false; } - set_message(ptr,17,strlen(mailslot) + 1 + len,True); + cli_set_message(ptr,17,strlen(mailslot) + 1 + len,True); memcpy(ptr,tmp,4); SCVAL(ptr,smb_com,SMBtrans);