diff options
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) | |||
| 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 | ||