]> err.no Git - backuppcd/commitdiff
Fix typo where it would use md5 when you specified md4
authorTollef Fog Heen <tfheen@err.no>
Thu, 17 Jul 2008 17:58:07 +0000 (19:58 +0200)
committerTollef Fog Heen <tfheen@err.no>
Thu, 17 Jul 2008 17:58:07 +0000 (19:58 +0200)
backuppcd.c

index 723b23ffa9f5da32347ac70e12a55e694d29ad2f..0b7a270d1f6070fa55ae07523ef3fed4d58a7fe7 100644 (file)
@@ -1164,7 +1164,7 @@ static ssize_t backuppc_get_attr(struct backuppc_dirent *dent, char *outbuf, siz
                if ((options & BPC_OPT_MD4) == BPC_OPT_MD4) {
                        md4_init_ctx(&md4_ctx);
                }
-               if ((options & BPC_OPT_MD4) == BPC_OPT_MD4) {
+               if ((options & BPC_OPT_MD5) == BPC_OPT_MD5) {
                        md5_init_ctx(&md5_ctx);
                }
                if ((options & BPC_OPT_SHA1) == BPC_OPT_SHA1) {