[Pkg-owncloud-commits] [owncloud-client] 21/30: csync: Don't free proxy settings on commit
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Mar 15 21:28:30 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 eb7074e9f088214648183a45c2ce806f65a8bf3c
Author: Markus Goetz <markus at woboq.com>
Date: Tue Mar 4 18:44:52 2014 +0100
csync: Don't free proxy settings on commit
Should fix #1502 and #1524
and #1459 and #1521
---
csync/src/csync_owncloud.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/csync/src/csync_owncloud.c b/csync/src/csync_owncloud.c
index 6243323..83262d4 100644
--- a/csync/src/csync_owncloud.c
+++ b/csync/src/csync_owncloud.c
@@ -1081,11 +1081,6 @@ static int owncloud_commit() {
SAFE_FREE( dav_session.session_key);
SAFE_FREE( dav_session.error_string );
- SAFE_FREE( dav_session.proxy_type );
- SAFE_FREE( dav_session.proxy_host );
- SAFE_FREE( dav_session.proxy_user );
- SAFE_FREE( dav_session.proxy_pwd );
-
return 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