[Pkg-owncloud-commits] [owncloud-client] 92/332: CSync: Fix win32 compile
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:43 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 a5967e4ecda1b12de0ad549e912ea4c2d267f1bf
Author: Markus Goetz <markus at woboq.com>
Date: Mon Jun 16 16:53:10 2014 +0200
CSync: Fix win32 compile
---
csync/src/vio/csync_vio_local.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/csync/src/vio/csync_vio_local.c b/csync/src/vio/csync_vio_local.c
index 791e099..604b31b 100644
--- a/csync/src/vio/csync_vio_local.c
+++ b/csync/src/vio/csync_vio_local.c
@@ -227,9 +227,6 @@ int csync_vio_local_stat(const char *uri, csync_vio_file_stat_t *buf) {
buf->fields |= CSYNC_VIO_FILE_STAT_FIELDS_FLAGS;
buf->fields |= CSYNC_VIO_FILE_STAT_FIELDS_TYPE;
- buf->mode = 666;
- buf->fields |= CSYNC_VIO_FILE_STAT_FIELDS_PERMISSIONS;
-
buf->device = fileInfo.dwVolumeSerialNumber;
buf->fields |= CSYNC_VIO_FILE_STAT_FIELDS_DEVICE;
--
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