[Pkg-owncloud-commits] [owncloud-client] 108/219: Fix passing URLs not ending in /remote.php/webdav
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:15 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 b72cee2783efb638416268bdc9c7bfb7afd52eee
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Tue Sep 16 23:53:01 2014 +0200
Fix passing URLs not ending in /remote.php/webdav
---
src/owncloudcmd/owncloudcmd.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/owncloudcmd/owncloudcmd.cpp b/src/owncloudcmd/owncloudcmd.cpp
index bfdcae6..a7c649a 100644
--- a/src/owncloudcmd/owncloudcmd.cpp
+++ b/src/owncloudcmd/owncloudcmd.cpp
@@ -149,7 +149,7 @@ void parseOptions( const QStringList& app_args, CmdOptions *options )
if(!options->target_url.endsWith("/")) {
options->target_url.append("/");
}
- options->target_url.append("remote.php/webdav/");
+ options->target_url.append("remote.php/webdav");
}
if (options->target_url.startsWith("http"))
options->target_url.replace(0, 4, "owncloud");
--
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