[Pkg-owncloud-commits] [owncloud-client] 222/332: csync_owncloud: fix the name of the permissions property

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:02 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 336e74b9921de886cc7049f2520e45e9041e1043
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Fri Jul 18 16:52:04 2014 +0200

    csync_owncloud:  fix the name of the permissions property
---
 csync/src/csync_owncloud_private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csync/src/csync_owncloud_private.h b/csync/src/csync_owncloud_private.h
index ffe84c7..e02152b 100644
--- a/csync/src/csync_owncloud_private.h
+++ b/csync/src/csync_owncloud_private.h
@@ -127,7 +127,7 @@ static const ne_propname ls_props[] = {
     { "http://owncloud.org/ns", "id"},
     { "http://owncloud.org/ns", "dDU"},
     { "http://owncloud.org/ns", "dDC"},
-    { "http://owncloud.org/ns", "perm"},
+    { "http://owncloud.org/ns", "permissions"},
     { 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