mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r11526: And another warning...
This commit is contained in:
parent
da38bcefa7
commit
16467008c6
@ -257,7 +257,7 @@ struct reg_diff *reg_diff_load(TALLOC_CTX *ctx, const char *fn)
|
||||
struct reg_diff *diff;
|
||||
int fd;
|
||||
char *line, *p, *q;
|
||||
struct reg_diff_key *curkey;
|
||||
struct reg_diff_key *curkey = NULL;
|
||||
struct reg_diff_value *curval;
|
||||
|
||||
fd = open(fn, O_RDONLY, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user