summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_lsa.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-12-13 12:13:22 +0000
committerTim Potter <tpot@samba.org>2000-12-13 12:13:22 +0000
commit34743c157632b1784bd15e3ca97380b1f9754e46 (patch)
tree505bfc1e27347d5bc12cc60f3357f52a3b031148 /source/include/rpc_lsa.h
parent1db0f31ae00bf9c91eb7d02c96bf766d04c7bdef (diff)
downloadsamba-34743c157632b1784bd15e3ca97380b1f9754e46.tar.gz
samba-34743c157632b1784bd15e3ca97380b1f9754e46.tar.xz
samba-34743c157632b1784bd15e3ca97380b1f9754e46.zip
make proto
Updates for dynamic sized lookup names/sids
Diffstat (limited to 'source/include/rpc_lsa.h')
-rw-r--r--source/include/rpc_lsa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/rpc_lsa.h b/source/include/rpc_lsa.h
index adeb6d5ad48..53bb605cac8 100644
--- a/source/include/rpc_lsa.h
+++ b/source/include/rpc_lsa.h
@@ -314,8 +314,8 @@ typedef struct lsa_q_lookup_names
POLICY_HND pol; /* policy handle */
uint32 num_entries;
uint32 num_entries2;
- UNIHDR hdr_name[MAX_LOOKUP_SIDS]; /* name buffer pointers */
- UNISTR2 uni_name[MAX_LOOKUP_SIDS]; /* names to be looked up */
+ UNIHDR *hdr_name; /* name buffer pointers */
+ UNISTR2 *uni_name; /* names to be looked up */
uint32 num_trans_entries;
uint32 ptr_trans_sids; /* undocumented domain SID buffer pointer */