diff options
| author | 2024-04-12 05:28:34 +0200 | |
|---|---|---|
| committer | 2024-04-12 05:28:34 +0200 | |
| commit | dba063066025d8feed0e18dde91037c9bb503d53 (patch) | |
| tree | f959eeb4955f2c356950802a4cd90df67ec2c574 /data.c | |
| parent | In object_unadmire(), don't call index_gc() if index_del() did nothing. (diff) | |
| download | snac2-dba063066025d8feed0e18dde91037c9bb503d53.tar.gz snac2-dba063066025d8feed0e18dde91037c9bb503d53.tar.xz snac2-dba063066025d8feed0e18dde91037c9bb503d53.zip | |
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) | |||
| 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 | ||