[Pkg-owncloud-commits] [ocsync] 09/29: Remove ignoring pattern for progressdatabase.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Dec 13 14:26:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository ocsync.
commit ffd09757cb3e619f6ef08ec726eb6fab211d537d
Author: Klaas Freitag <freitag at owncloud.com>
Date: Tue Dec 10 09:25:19 2013 +0100
Remove ignoring pattern for progressdatabase.
---
src/csync_exclude.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/src/csync_exclude.c b/src/csync_exclude.c
index dcb0d9b..6f0e10e 100644
--- a/src/csync_exclude.c
+++ b/src/csync_exclude.c
@@ -189,13 +189,7 @@ CSYNC_EXCLUDE_TYPE csync_excluded(CSYNC *ctx, const char *path, int filetype) {
SAFE_FREE(dname);
goto out;
}
- rc = csync_fnmatch(".csync-progressdatabase*", bname, 0);
- if (rc == 0) {
- match = CSYNC_FILE_SILENTLY_EXCLUDED;
- SAFE_FREE(bname);
- SAFE_FREE(dname);
- goto out;
- }
+
SAFE_FREE(bname);
SAFE_FREE(dname);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/ocsync.git
More information about the Pkg-owncloud-commits
mailing list