[Pkg-owncloud-commits] [owncloud-client] 29/332: CSync: Shorten WebDAV property name
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:34 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 e49b8981dd8f5ff9b76af69034c9a6fd4bb6c08e
Author: Markus Goetz <markus at woboq.com>
Date: Tue Jun 3 16:41:57 2014 +0200
CSync: Shorten WebDAV property name
---
csync/src/csync_owncloud_private.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/csync/src/csync_owncloud_private.h b/csync/src/csync_owncloud_private.h
index 66e42a0..9e262be 100644
--- a/csync/src/csync_owncloud_private.h
+++ b/csync/src/csync_owncloud_private.h
@@ -125,8 +125,8 @@ static const ne_propname ls_props[] = {
{ "DAV:", "resourcetype" },
{ "DAV:", "getetag"},
{ "http://owncloud.org/ns", "id"},
- { "http://owncloud.org/ns", "directDownloadUrl"},
- { "http://owncloud.org/ns", "directDownloadCookies"},
+ { "http://owncloud.org/ns", "dDU"},
+ { "http://owncloud.org/ns", "dDC"},
{ NULL, NULL }
};
--
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