summaryrefslogtreecommitdiff
path: root/source3/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
commit0504d696f811399ba550be90d9e99be062c78327 (patch)
tree7a011ded0a6c685d5e93a75f6990bf1b27907ab9 /source3/include/rpc_lsa.h
parentedc708db021f118704d9e846abd2fdae14cd34f4 (diff)
downloadsamba-0504d696f811399ba550be90d9e99be062c78327.tar.gz
samba-0504d696f811399ba550be90d9e99be062c78327.tar.bz2
samba-0504d696f811399ba550be90d9e99be062c78327.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_? (This used to be commit a15a3f95f2a14ab164ca758e2145444a803190b2)
Diffstat (limited to 'source3/include/rpc_lsa.h')
-rw-r--r--source3/include/rpc_lsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index 1df18a7674..fd60423566 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/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 */