Skip to content

Commit 39a209c

Browse files
authored
Update rdp_cve-2019-0708.go
1 parent 9eb6a26 commit 39a209c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/go/rdp_cve-2019-0708.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (p *rdp_CVE_2019_0708) GetResult() []plugin.Plugin {
5555

5656
func (p *rdp_CVE_2019_0708) Check(netloc string, meta plugin.TaskMeta) bool {
5757
client := p
58-
if meta.System != "" && meta.System != "windows" { {
58+
if meta.System != "" && meta.System != "windows" {
5959
return false
6060
}
6161
if strings.IndexAny(netloc, "http") == 0 {

0 commit comments

Comments
 (0)