| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2019-01-10 18:48:54 +0100 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2019-01-10 18:48:54 +0100 |
| commit | 7f162e8824f3977dc5cc207dd5257ad0b39faa97 (patch) | |
| tree | b51ce99282f37cb86587b8268c3fb98a355e33c1 /src/ataxia_lock.erl | |
| parent | 2dc910eab6e0c4cc415ed85f4cb85b66c2077ac5 (diff) | |
Allows the use of locks when creating entries.
Diffstat (limited to 'src/ataxia_lock.erl')
| -rw-r--r-- | src/ataxia_lock.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ataxia_lock.erl b/src/ataxia_lock.erl index b0bab59..fef131d 100644 --- a/src/ataxia_lock.erl +++ b/src/ataxia_lock.erl @@ -45,7 +45,7 @@ unlocked () -> #lock { status = none, - permission = ataxia_security:allow_only(ataxia_security:any()), + permission = ataxia_security:allow_none(), time = ataxia_time:now() }. |


