[Pkg-owncloud-commits] [owncloud-client] 67/333: Fix previous commit
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:35 UTC 2014
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 f1fa1f125dab9cfea9c51f7412a8f9ddef664797
Author: Markus Goetz <markus at woboq.com>
Date: Wed Feb 19 17:39:11 2014 +0100
Fix previous commit
---
csync/src/csync_exclude.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/csync/src/csync_exclude.c b/csync/src/csync_exclude.c
index 4e21b22..96d8fa1 100644
--- a/csync/src/csync_exclude.c
+++ b/csync/src/csync_exclude.c
@@ -185,9 +185,6 @@ CSYNC_EXCLUDE_TYPE csync_excluded(CSYNC *ctx, const char *path, int filetype) {
goto out;
}
- SAFE_FREE(bname);
- SAFE_FREE(dname);
-
/* Always ignore conflict files, not only via the exclude list */
rc = csync_fnmatch("*_conflict-*", bname, 0);
if (rc == 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