mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +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;
|
ret = NE_CONNECT;
|
||||||
set_error_message(req_status->reason_phrase);
|
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 {
|
} else {
|
||||||
if( ret == NE_ERROR && req_status->code == 404) {
|
if( ret == NE_ERROR && req_status->code == 404) {
|
||||||
errno = ENOENT;
|
errno = ENOENT;
|
||||||
|
|
Loading…
Reference in a new issue