dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit bd9b7b7d178c7b1ad7730a5a1fa6909697a8c13a
parent 71a4d3f3b018e156ce2b93d200b78e12bd0d3894
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu,  2 May 2019 17:17:41 +0200

dup-unpack: keyfile could be uninitialized

Diffstat:
Mdup-unpack.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dup-unpack.c b/dup-unpack.c @@ -63,7 +63,7 @@ main(int argc, char *argv[]) struct sctx *sctx; struct bctx *bctx; struct bparam bpar; - char *keyfile; + char *keyfile = NULL; char *repo = "."; ARGBEGIN {