summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
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)
406 fclose(f); 406 fclose(f);
407 } 407 }
408 else 408 else
409 status = 500; 409 status = 410;
410 410
411 pthread_mutex_unlock(&data_mutex); 411 pthread_mutex_unlock(&data_mutex);
412 412