git: cryptsetup - fix hash() frontend function
Alex Hornung
alexh at crater.dragonflybsd.org
Thu Sep 9 12:00:39 PDT 2010
commit 31ba0e0d7ada3242ce5822c127fea885bc58fcc4
Author: Alex Hornung <ahornung at gmail.com>
Date: Thu Sep 9 19:57:33 2010 +0100
cryptsetup - fix hash() frontend function
* hash() in backends.c would always return ENOENT, because the return
variable r wasn't being updated.
* luks wasn't affected by this as it uses a different path, but using
cryptsetup without luks would trigger this.
Reported-by: Matthias Schmidt (matthias@)
Summary of changes:
contrib/cryptsetup/lib/backends.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/31ba0e0d7ada3242ce5822c127fea885bc58fcc4
--
DragonFly BSD source repository
More information about the Commits
mailing list