From dba063066025d8feed0e18dde91037c9bb503d53 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 12 Apr 2024 05:28:34 +0200 Subject: Commented out received unboosts (see code for an explanation). --- data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data.c') 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); -- cgit v1.2.3