Revert "Return the original key if it does not exist in the datastore"
This reverts commit 7312fa774f
.
GSoC/Meterpreter_Web_Console
parent
251fe6a8c5
commit
a98dbd1d61
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue