diff options
author | Günther Deschner <gd@samba.org> | 2008-05-09 17:41:50 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-05-09 17:41:50 +0200 |
commit | d59cf703ba5d6ac18e4399d12b043d5e68230403 (patch) | |
tree | d0b96a0fdf2601dbeba3e0aba04adcc928aa58a0 /source3/libads/cldap.c | |
parent | 8af909301c0770980c3a60ba3caf0e6edcaeb386 (diff) | |
download | samba-d59cf703ba5d6ac18e4399d12b043d5e68230403.tar.gz |
dsgetdcname: make use of nbt_cldap_netlogon_15.
Guenther
(This used to be commit 5b0eda98f3d127399770f7a037ad3277dbe23393)
Diffstat (limited to 'source3/libads/cldap.c')
-rw-r--r-- | source3/libads/cldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/cldap.c b/source3/libads/cldap.c index 3a5a8b0647..efe13cc756 100644 --- a/source3/libads/cldap.c +++ b/source3/libads/cldap.c @@ -291,7 +291,7 @@ bool pull_mailslot_cldap_reply(TALLOC_CTX *mem_ctx, uint32_t *nt_version) { enum ndr_err_code ndr_err; - uint32_t nt_version_query = ((*nt_version) & 0x000000ff); + uint32_t nt_version_query = ((*nt_version) & 0x0000001f); uint16_t command = 0; ndr_err = ndr_pull_struct_blob(blob, mem_ctx, &command, |