Skip to content

Commit

Permalink
Merge pull request #3 from ocsigen/balat-patch-1
Browse files Browse the repository at this point in the history
Dbm: add missing delayloading="false"
  • Loading branch information
balat authored Jun 11, 2024
2 parents 7d5ae1a + e74b7bd commit cbf8728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dbm/ocsipersist.ml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ module Registration = struct
| [] -> d
| Xml.Element ("delayloading", [("val", ("true" | "1"))], []) :: ll ->
parse_global_config (store, ocsidbm, true) ll
| Xml.Element ("delayloading", [("val", ("false" | "0"))], []) :: ll ->
parse_global_config (store, ocsidbm, false) ll
| Xml.Element ("store", [("dir", s)], []) :: ll ->
if store = None
then parse_global_config (Some s, ocsidbm, delayloading) ll
Expand Down

0 comments on commit cbf8728

Please sign in to comment.