[Pkg-owncloud-commits] [owncloud-client] 05/211: fix incomplete rename
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:20 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 708655d9b229ad89e5311543fb1cc9726e1113d8
Author: Christian Kamm <kamm at incasoftware.de>
Date: Wed Oct 8 09:36:47 2014 +0200
fix incomplete rename
from 9bd7ffe9527a8ee07459a91ab5a3fe64d01feabb
---
src/mirall/syncfileitem.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/syncfileitem.h b/src/mirall/syncfileitem.h
index c216688..fccc91a 100644
--- a/src/mirall/syncfileitem.h
+++ b/src/mirall/syncfileitem.h
@@ -52,7 +52,7 @@ public:
SyncFileItem() : _type(UnknownType), _direction(None), _isDirectory(false),
_instruction(CSYNC_INSTRUCTION_NONE), _modtime(0),
- _size(0), _inode(0), _should_update_etag(false), _blacklistedInDb(false),
+ _size(0), _inode(0), _should_update_etag(false), _hasBlacklistEntry(false),
_status(NoStatus), _httpErrorCode(0), _requestDuration(0), _isRestoration(false) {}
friend bool operator==(const SyncFileItem& item1, const SyncFileItem& item2) {
--
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