diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index f22302ad6..295185a8b 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -31,7 +31,7 @@ }, { "ImportPath": "github.com/syncthing/protocol", - "Rev": "4395711d26c61e7e422a8c8da43dda164f1820f4" + "Rev": "2e2d479103df8fb721d55d59b0198d6c24f4865b" }, { "ImportPath": "github.com/syndtr/goleveldb/leveldb", diff --git a/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go b/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go index 7f1dd4598..f5c34dbff 100644 --- a/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go +++ b/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go @@ -43,7 +43,7 @@ const ( FlagSymlink = 1 << 16 FlagSymlinkMissingTarget = 1 << 17 - FlagsAll = (1 << iota) - 1 + FlagsAll = (1 << 18) - 1 SymlinkTypeMask = FlagDirectory | FlagSymlinkMissingTarget )