1
0
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:
Richard Sharpe 1998-10-01 01:06:42 +00:00
parent 864f5457be
commit 85fcbcb215

View File

@ -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;