csync: Initialize the hidden files flag properly.

This commit is contained in:
Klaas Freitag 2015-07-15 11:29:33 +02:00
parent 27e0f9d132
commit ddf7419aca

View file

@ -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;
}