[Pkg-owncloud-commits] [owncloud-client] 153/219: doc: add a memo about the issue that defines the permission flags.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:21 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 2e12acdf328539d63efcf36714efa8d4bdbcc6be
Author: Klaas Freitag <freitag at owncloud.com>
Date: Wed Sep 24 16:35:06 2014 +0200
doc: add a memo about the issue that defines the permission flags.
---
csync/src/csync_owncloud_util.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/csync/src/csync_owncloud_util.c b/csync/src/csync_owncloud_util.c
index af64ff6..5a5811f 100644
--- a/csync/src/csync_owncloud_util.c
+++ b/csync/src/csync_owncloud_util.c
@@ -339,6 +339,8 @@ void fill_webdav_properties_into_resource(struct resource* newres, const ne_prop
file_id = ne_propset_value( set, &ls_props[4] );
directDownloadUrl = ne_propset_value( set, &ls_props[5] );
directDownloadCookies = ne_propset_value( set, &ls_props[6] );
+
+ // permission flags: Defined in https://github.com/owncloud/core/issues/8322
perm = ne_propset_value( set, &ls_props[7] );
if( resourcetype && strncmp( resourcetype, "<DAV:collection>", 16 ) == 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