update
This commit is contained in:
parent
0dfb44cc3c
commit
8d238d2475
@ -256,11 +256,11 @@ BOOLEAN CFtp2MinioProcess::OnPreCreate(int id)
|
||||
{
|
||||
if ((*it).back() != '/')
|
||||
{
|
||||
m_listPaths.push_back("/" + (*it) + "/");
|
||||
m_listPaths.push_back((*it) + "/");
|
||||
}
|
||||
else
|
||||
{
|
||||
m_listPaths.push_back("/" + (*it));
|
||||
m_listPaths.push_back((*it));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user