Skip to content

Commit

Permalink
Revert the encoding change until the full PR is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
HD Moore committed May 29, 2015
1 parent e0c86e3 commit ed2a7a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/recog/fingerprint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def initialize(xml)
# @param match_string [String]
# @return [Hash,nil] Keys will be host, service, and os attributes
def match(match_string)
match_string.force_encoding('BINARY') if match_string
# match_string.force_encoding('BINARY') if match_string
match_data = @regex.match(match_string)
return if match_data.nil?

Expand Down
2 changes: 1 addition & 1 deletion lib/recog/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Recog
VERSION = '2.0.3'
VERSION = '2.0.4'
end

0 comments on commit ed2a7a5

Please sign in to comment.