DragonFly BSD
DragonFly commits List (threaded) for 2010-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: cryptsetup - fix hash() frontend function


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 9 Sep 2010 12:00:22 -0700 (PDT)

commit 31ba0e0d7ada3242ce5822c127fea885bc58fcc4
Author: Alex Hornung <ahornung@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]