Skip to content
Snippets Groups Projects
Unverified Commit 7b77721b authored by Jonathan's avatar Jonathan Committed by GitHub
Browse files

Merge pull request #211 from amateo/detail

Fix locking in freeradius::module::detail
parents d91f194b 72b165e7
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ detail <%= @name %> {
#
# locking = yes
<%- if @locking -%>
locking = <%= @locking == true %>
locking = <%= @locking %>
<%- end -%>
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment