removed locking in NOTEDB::pwsafe3::_retrieve() which was senseless.

This commit is contained in:
git@daemon.de
2012-11-28 15:11:52 +01:00
parent afe46a308a
commit bc776e88bf
5 changed files with 8 additions and 10 deletions

View File

@@ -144,7 +144,7 @@ $CONF = File::Spec->catfile($ENV{HOME}, ".noterc");
$USER = getlogin || getpwuid($<);
chomp $USER;
$TOPIC = 1;
$version = "1.3.13";
$version = "1.3.14";
$CurDepth = 1; # the current depth inside the topic "directory" structure...
$maxlen = "auto";
$timelen = 22;