[Pkg-owncloud-commits] [owncloud-client] 328/498: csync: Initialize the hidden files flag properly.

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit ddf7419aca05cc1a3f26c0f1a8504ebbe4e111a8
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Wed Jul 15 11:29:33 2015 +0200

    csync: Initialize the hidden files flag properly.
---
 csync/src/csync.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/csync/src/csync.c b/csync/src/csync.c
index 0122b5f..908612d 100644
--- a/csync/src/csync.c
+++ b/csync/src/csync.c
@@ -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;
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list