URI: 
       Explicitly initialize hash_algo - dedup - deduplicating backup program
  HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 2c9dc65a8287e67d92b8ce1aa87d205243aa9eeb
   DIR parent 5fa42ddf202feedb3db6ab52ac33c6e56d90dc3a
  HTML Author: sin <sin@2f30.org>
       Date:   Mon,  8 Apr 2019 13:18:52 +0100
       
       Explicitly initialize hash_algo
       
       Diffstat:
         M dedup.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/dedup.c b/dedup.c
       @@ -33,7 +33,7 @@ static struct blk_hdr blk_hdr;
        static struct icache *icache;
        static int ifd;
        static int sfd;
       -static int hash_algo;
       +static int hash_algo = HASH_BLAKE2B;
        static int compr_algo = COMPR_LZ4;
        
        int verbose;