1
0
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:
Volker Lendecke 2005-11-05 23:09:23 +00:00 committed by Gerald (Jerry) Carter
parent da38bcefa7
commit 16467008c6

View File

@ -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);