csync_owncloud: fix the name of the permissions property

This commit is contained in:
Olivier Goffart 2014-07-18 16:52:04 +02:00
parent 8961e61f60
commit 336e74b992

View file

@ -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 }
};