!5 fix typo in storage_service.c

Merge pull request !5 from Ikko Ashimine/N/A
pull/616/head
happyfish100 2022-12-16 08:34:12 +00:00 committed by Gitee
commit ed12daf5c3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -2885,8 +2885,8 @@ static int storage_do_set_metadata(struct fast_task_info *pTask)
'M' for merge, insert when the meta item not exist, otherwise update it
FDFS_GROUP_NAME_MAX_LEN bytes: group_name
filename
meta data bytes: each meta data seperated by \x01,
name and value seperated by \x02
meta data bytes: each meta data separated by \x01,
name and value separated by \x02
**/
static int storage_server_set_metadata(struct fast_task_info *pTask)
{