summaryrefslogtreecommitdiff
path: root/source3/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
commit6de135b0b2a9face6d1f5c1300c1a1ff4b68e251 (patch)
tree4fd9adcbfd2c71092eb7f33a1e4eb05afd338253 /source3/include/rpc_lsa.h
parente43671cd57dff9a92d5a196e89a552712a30abee (diff)
downloadsamba-6de135b0b2a9face6d1f5c1300c1a1ff4b68e251.tar.gz
samba-6de135b0b2a9face6d1f5c1300c1a1ff4b68e251.tar.bz2
samba-6de135b0b2a9face6d1f5c1300c1a1ff4b68e251.zip
make proto
Updates for dynamic sized lookup names/sids (This used to be commit 34743c157632b1784bd15e3ca97380b1f9754e46)
Diffstat (limited to 'source3/include/rpc_lsa.h')
-rw-r--r--source3/include/rpc_lsa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index adeb6d5ad4..53bb605cac 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/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 */