dedup

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

commit edba7a881758ccfa9cd11ba4a4b60fe83446701e
parent 03322c1165cff33cfc0f4cd4a663f45d7b9d0211
Author: sin <sin@2f30.org>
Date:   Wed, 22 May 2019 13:40:37 +0300

Reword comment to make it consistent

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

diff --git a/bencrypt.c b/bencrypt.c @@ -155,7 +155,7 @@ beopen(struct bctx *bctx, char *path, int flags, int mode) return -1; } - /* Ensure that if repo is encrypted, a key was provided */ + /* Ensure a key has been provided if caller requested encryption */ if (type != EDNONETYPE && !param.keyloaded) { seterr("expected encryption key"); return -1;