1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r15807: Fix incorrect initialization. Very nice catch by the IBM Checker.

This commit is contained in:
Jelmer Vernooij 2006-05-22 16:22:38 +00:00 committed by Gerald (Jerry) Carter
parent 2e1ce01899
commit 2b65c490e4

View File

@ -122,7 +122,7 @@ _PUBLIC_ BOOL reg_string_to_val(TALLOC_CTX *mem_ctx, const char *type_str, const
break;
case REG_NONE:
ZERO_STRUCT(data);
ZERO_STRUCTP(data);
break;
case REG_BINARY: