Revert "Return the original key if it does not exist in the datastore"

This reverts commit 7312fa774f.
GSoC/Meterpreter_Web_Console
Brent Cook 2018-11-26 10:07:39 -06:00
parent 251fe6a8c5
commit a98dbd1d61
1 changed files with 1 additions and 2 deletions

View File

@ -321,8 +321,7 @@ protected
return a if self.has_key?(a)
end
# Return the original key if it does not exist in the datastore
self.has_key?(search_k) ? search_k : k
search_k
end
end