mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
expanded MAX_LOOKUP_SIDS to 30 (I saw 21 in a packet)
(This used to be commit bd9290c36c
)
This commit is contained in:
parent
c8b2ee3e4e
commit
bce4d95ca9
@ -194,7 +194,7 @@ typedef struct lsa_trans_name_info
|
||||
|
||||
} LSA_TRANS_NAME;
|
||||
|
||||
#define MAX_LOOKUP_SIDS 10
|
||||
#define MAX_LOOKUP_SIDS 30
|
||||
|
||||
/* LSA_TRANS_NAME_ENUM - LSA Translated Name Enumeration container */
|
||||
typedef struct lsa_trans_name_enum_info
|
||||
|
Loading…
Reference in New Issue
Block a user