Skip to content

Commit

Permalink
dont forget a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Aug 31, 2011
1 parent 57affe6 commit 8baa222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/clouddns/record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def validate_record_data
# Calculate record checksum based on its string representation
#
def checksum
str = [@name, @ttl, @type, @data, @priority].join('')
str = [@name, @ttl, @type, @data, @priority, @comment].join('')
Digest::SHA1.hexdigest(str)
end
end
Expand Down

0 comments on commit 8baa222

Please sign in to comment.