mirror of
https://github.com/samba-team/samba.git
synced 2025-01-18 06:04:06 +03:00
r19484: Fix Coverity #329
(This used to be commit c3f860e55da8877131f149ca213b311c215e8a6e)
This commit is contained in:
parent
75018ad0cc
commit
16e98a60d1
@ -31,7 +31,7 @@ ADS_STATUS ads_parse_gp_ext(TALLOC_CTX *mem_ctx,
|
||||
struct GP_EXT *gp_ext)
|
||||
{
|
||||
char **ext_list;
|
||||
char **ext_strings;
|
||||
char **ext_strings = NULL;
|
||||
int i;
|
||||
|
||||
DEBUG(20,("ads_parse_gp_ext: %s\n", extension_raw));
|
||||
|
Loading…
x
Reference in New Issue
Block a user