From a4b638606a1d8c12031560b47f0b5203ca584a18 Mon Sep 17 00:00:00 2001 From: frisco <> Date: Thu, 14 May 2009 07:28:45 +0000 Subject: [PATCH] Fixed typo in r1156 that broke some unit tests --- bin/cryptobox-unittests.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cryptobox-unittests.conf b/bin/cryptobox-unittests.conf index 7b721ab..594268a 100644 --- a/bin/cryptobox-unittests.conf +++ b/bin/cryptobox-unittests.conf @@ -2,7 +2,7 @@ # comma separated list of possible prefixes for accesible devices # beware: .e.g "/dev/hd" grants access to _all_ harddisks -AllowedDevices = /dev/ubd +AllowedDevices = /dev/ubdb # use separate config partition? (1=yes / 0=no) UseConfigPartition = 1