rename
This commit is contained in:
parent
1e30753ba9
commit
0fcc22e213
7 changed files with 65 additions and 66 deletions
|
|
@ -22,5 +22,5 @@ let secmod =
|
|||
let finally _key = () in
|
||||
Vif.Device.v ~name:"secmod" ~finally [ Vif.Device.value db_connection ]
|
||||
@@ fun (module Conn : Pg.CONN) (_env : env) ->
|
||||
let sm : (module Secmod.S) = (module Secmod.Make (Conn)) in
|
||||
let sm : (module Keys.S) = (module Keys.Make (Conn)) in
|
||||
sm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue