diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libgpo/gpo_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libgpo/gpo_ldap.c b/source3/libgpo/gpo_ldap.c index 84c8e1ee9a..13ec80f2ad 100644 --- a/source3/libgpo/gpo_ldap.c +++ b/source3/libgpo/gpo_ldap.c @@ -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)); |