remove duplicate condition

This commit is contained in:
Jeffrey Martin 2022-04-14 10:18:59 -05:00
parent 8356b3cc1c
commit 4bf199aff5
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 0 additions and 2 deletions

View File

@ -55,8 +55,6 @@ class Msf::Analyze::Result
:REQUIRES_CRED
elsif @missing.include?(:payload_match)
:MISSING_PAYLOAD
elsif @missing.include?(:payload_match)
:MISSING_PAYLOAD
elsif @missing.include?(:session)
:REQUIRES_SESSION
elsif @missing.include?(:os_match)