mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
A good word.
This commit is contained in:
parent
90c4f52b34
commit
c38514934c
1 changed files with 2 additions and 1 deletions
|
@ -149,7 +149,8 @@ static int _csync_detect_update(CSYNC *ctx, const char *file,
|
|||
CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "file: %s - tmp non zero, mtime %llu", path, st->modtime );
|
||||
tmp = NULL;
|
||||
}
|
||||
goto fastout;
|
||||
goto fastout; /* Skip copying of the etag. That's an important difference to upstream
|
||||
* without etags. */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue