mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
csync_owncloud: silent CID 12883
This commit is contained in:
parent
61ad376bf4
commit
b7c9fa6d5f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue