Code

store: Don't report an error if a missing writer callback isn't used.
authorSebastian Harl <sh@tokkee.org>
Tue, 6 Oct 2015 18:01:27 +0000 (20:01 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 6 Oct 2015 18:01:27 +0000 (20:01 +0200)
commit3c1957886a4b8361f75d67a029ccc31069031af4
tree2ec3e1d02180a0eeba6c29d20fd40b5584d84557
parent3e4817902cb7285e5ab7a4f546861194f6e4ea1c
store: Don't report an error if a missing writer callback isn't used.

That is, allow to emit store objects to an incomplete writer as long as all
required callbacks are present.
src/core/store_json.c