git: cryptsetup - fix hash() frontend function

看板DFBSD_commit作者時間15年前 (2010/09/10 03:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1CYJOwsa (DFBSD_commit)