Skip to content

Commit

Permalink
Cleaning up a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed May 22, 2008
1 parent 1fcc124 commit 0013f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/camping/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def service(*a)
blob, secure_hash = @cookies.identity.to_s.split(':', 2)
blob = Base64.decode64(blob)
data = Marshal.restore(blob)
data = {} unless secure_blob_hasher(blob).strip.downcase == secure_hash.strip.downcase
data = {} unless secure_blob_hasher(blob).strip == secure_hash.strip
else
blob = ''
data = {}
Expand Down

0 comments on commit 0013f68

Please sign in to comment.