diff options
author | default <nobody@localhost> | 2022-11-25 12:09:30 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-25 12:09:30 +0100 |
commit | e2c332c68a5b2dabd7f9fff41a86f0ae60de02d9 (patch) | |
tree | c10b209eb78197b9bb2bebb9b2d18e2b820666c2 /data.c | |
parent | 200a6a0c91b8c4132aacf4eca9033a74ce3dfc8e (diff) |
On Update + Person, call object_del() before actor_add().
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -433,6 +433,9 @@ int object_add(const char *id, d_char *obj) return 204; /* No content */ } +// if (xs_dict_get(obj, "suspended") != NULL) +// srv_log(xs_fmt("object_add suspended: true %s", id)); + if ((f = fopen(fn, "w")) != NULL) { flock(fileno(f), LOCK_EX); |