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:
parent
2e1ce01899
commit
2b65c490e4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user