зеркало из https://github.com/nextcloud/desktop.git
csync: Initialize the hidden files flag properly.
This commit is contained in:
Родитель
27e0f9d132
Коммит
ddf7419aca
|
@ -124,6 +124,8 @@ int csync_create(CSYNC **csync, const char *local, const char *remote) {
|
|||
|
||||
ctx->abort = false;
|
||||
|
||||
ctx->ignore_hidden_files = true;
|
||||
|
||||
*csync = ctx;
|
||||
return 0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче