mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
csync: Initialize the hidden files flag properly.
This commit is contained in:
parent
27e0f9d132
commit
ddf7419aca
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue