summaryrefslogtreecommitdiff
path: root/source3/libads
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-05-09 17:41:50 +0200
committerGünther Deschner <gd@samba.org>2008-05-09 17:41:50 +0200
commitd59cf703ba5d6ac18e4399d12b043d5e68230403 (patch)
treed0b96a0fdf2601dbeba3e0aba04adcc928aa58a0 /source3/libads
parent8af909301c0770980c3a60ba3caf0e6edcaeb386 (diff)
downloadsamba-d59cf703ba5d6ac18e4399d12b043d5e68230403.tar.gz
samba-d59cf703ba5d6ac18e4399d12b043d5e68230403.tar.bz2
samba-d59cf703ba5d6ac18e4399d12b043d5e68230403.zip
dsgetdcname: make use of nbt_cldap_netlogon_15.
Guenther (This used to be commit 5b0eda98f3d127399770f7a037ad3277dbe23393)
Diffstat (limited to 'source3/libads')
-rw-r--r--source3/libads/cldap.c2
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,