[Pkg-owncloud-commits] [owncloud-client] 40/70: csync_owncloud:	silent CID 12883
    Sandro Knauß 
    hefee-guest at moszumanska.debian.org
       
    Tue Jul  1 10:21: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 b7c9fa6d5ffc95118eeacc9b5d488d6e031d5daa
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Fri Jun 20 11:43:25 2014 +0200
    csync_owncloud: silent CID 12883
---
 csync/src/csync_owncloud.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csync/src/csync_owncloud.c b/csync/src/csync_owncloud.c
index bfe1a63..8aabc16 100644
--- a/csync/src/csync_owncloud.c
+++ b/csync/src/csync_owncloud.c
@@ -696,7 +696,7 @@ static struct listdir_context *fetch_resource_list(const char *uri, int depth)
             ret = NE_CONNECT;
             set_error_message(req_status->reason_phrase);
         }
-        DEBUG_WEBDAV("Simple propfind result code %d.", req_status->code);
+        DEBUG_WEBDAV("Simple propfind result code %d.", req_status ? req_status->code : -1);
     } else {
         if( ret == NE_ERROR && req_status->code == 404) {
             errno = ENOENT;
-- 
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