diff options
author | Günther Deschner <gd@samba.org> | 2008-10-15 21:32:01 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-15 21:44:39 +0200 |
commit | d2424914889d3b68b25f298b4d02b8c28a2b3cd0 (patch) | |
tree | f3c10431bb21dab7abeda3e8c77df22bd7b2338f /source4/libcli | |
parent | e9e12460217e421e44715b603ddbf57e5a889def (diff) | |
download | samba-d2424914889d3b68b25f298b4d02b8c28a2b3cd0.tar.gz samba-d2424914889d3b68b25f298b4d02b8c28a2b3cd0.tar.bz2 samba-d2424914889d3b68b25f298b4d02b8c28a2b3cd0.zip |
idl: finally fully share nbt.idl in s3 and s4.
Guenther
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/dgram/mailslot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/dgram/mailslot.c b/source4/libcli/dgram/mailslot.c index 2d92fc7b14..e613dd9228 100644 --- a/source4/libcli/dgram/mailslot.c +++ b/source4/libcli/dgram/mailslot.c @@ -197,7 +197,7 @@ NTSTATUS dgram_mailslot_send(struct nbt_dgram_socket *dgmsock, trans->data_offset = 70 + strlen(mailslot_name); trans->opcode = 1; /* write mail slot */ trans->priority = 1; - trans->class = 2; + trans->_class = 2; trans->mailslot_name = mailslot_name; trans->data = *request; |