summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_lsa.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-12-20 00:37:24 +0000
committerLuke Leighton <lkcl@samba.org>1998-12-20 00:37:24 +0000
commita15a3f95f2a14ab164ca758e2145444a803190b2 (patch)
treeaabdd59d13296ccdfe2e6002b98edf499236f118 /source/include/rpc_lsa.h
parent090512e18770bab9222a30e68dee83d1612eca10 (diff)
downloadsamba-a15a3f95f2a14ab164ca758e2145444a803190b2.tar.gz
samba-a15a3f95f2a14ab164ca758e2145444a803190b2.tar.xz
samba-a15a3f95f2a14ab164ca758e2145444a803190b2.zip
fix for potential lsass.exe crashing due to negative response from
LsaLookupNames being incorrect. this is a bit wierd: why would the lsass.exe on the nt _client_ crash due to an LsaLookupNames response from a samba _server_?
Diffstat (limited to 'source/include/rpc_lsa.h')
-rw-r--r--source/include/rpc_lsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/rpc_lsa.h b/source/include/rpc_lsa.h
index 1df18a7674d..fd604235662 100644
--- a/source/include/rpc_lsa.h
+++ b/source/include/rpc_lsa.h
@@ -218,7 +218,7 @@ typedef struct dom_ref_info
{
uint32 undoc_buffer; /* undocumented buffer pointer. */
uint32 num_ref_doms_1; /* num referenced domains */
- uint32 undoc_buffer2; /* undocumented domain name buffer pointer. */
+ uint32 ptr_ref_dom; /* pointer to referenced domains */
uint32 max_entries; /* 32 - max number of entries */
uint32 num_ref_doms_2; /* num referenced domains */