Commit b7d31fea authored by Geoff Simmons's avatar Geoff Simmons

Add Director.ShardParam to the hash for a VCL spec.

parent b140fdae
......@@ -145,6 +145,7 @@ func (dir Director) hash(hash hash.Hash) {
binary.BigEndian.PutUint64(wBytes, w64)
hash.Write(wBytes)
hash.Write([]byte{byte(dir.Type)})
hash.Write([]byte(dir.ShardParam))
}
// NameTTLFrom is a enumeration of the ways that the name TTL that was
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment