summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-04-12 05:28:34 +0200
committerdefault <nobody@localhost>2024-04-12 05:28:34 +0200
commitdba063066025d8feed0e18dde91037c9bb503d53 (patch)
treef959eeb4955f2c356950802a4cd90df67ec2c574 /data.c
parenta7bd9b63e4992018cade7c5c388bf30878389274 (diff)
Commented out received unboosts (see code for an explanation).
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 688813f..b6aa9cf 100644
--- a/data.c
+++ b/data.c
@@ -406,7 +406,7 @@ int index_del_md5(const char *fn, const char *md5)
fclose(f);
}
else
- status = 500;
+ status = 410;
pthread_mutex_unlock(&data_mutex);