mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Fix another possibly unitialized variable ...
(This used to be commit 351b9a0f8b6c071f395e082d5e1c98bda706106c)
This commit is contained in:
parent
864f5457be
commit
85fcbcb215
@ -127,7 +127,7 @@ void cmd_lsa_lookup_sids(struct client_info *info)
|
||||
fstring srv_name;
|
||||
DOM_SID sid;
|
||||
DOM_SID *sids[1];
|
||||
char **names;
|
||||
char **names = NULL;
|
||||
|
||||
BOOL res = True;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user