diff options
author | default <nobody@localhost> | 2024-04-12 05:28:34 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-04-12 05:28:34 +0200 |
commit | dba063066025d8feed0e18dde91037c9bb503d53 (patch) | |
tree | f959eeb4955f2c356950802a4cd90df67ec2c574 /data.c | |
parent | a7bd9b63e4992018cade7c5c388bf30878389274 (diff) |
Commented out received unboosts (see code for an explanation).
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |