summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-16 11:42:16 +0100
committerdefault <nobody@localhost>2022-11-16 11:42:16 +0100
commita06930f4daa270660151c256d2283b9b3c57ab83 (patch)
tree2cb6ce06487f27f53ecca24a81681212a395c6b7 /data.c
parent36ff9721737f24615e0c5eaefb70046e567412eb (diff)
Posts can be marked as 'sensitive content' (not yet for replies).
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 53706c6..0866e31 100644
--- a/data.c
+++ b/data.c
@@ -79,7 +79,7 @@ int srv_open(char *basedir)
if (error != NULL)
srv_log(error);
-/* disabled temporarily; messages can't be sent */
+/* disabled temporarily; messages can't be sent (libcurl issue?) */
#if 0
#ifdef __OpenBSD__
srv_debug(2, xs_fmt("Calling unveil()"));