fix for a judgement

This commit is contained in:
Neal Caffery 2021-03-03 09:24:17 +08:00 committed by GitHub
parent ae2a4621d4
commit f3a3dd2f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ func Execute(PocInfo common.PocInfo) error {
req.Header.Set("Cookie", PocInfo.Cookie) req.Header.Set("Cookie", PocInfo.Cookie)
} }
lib.CheckMultiPoc(req, Pocs, PocInfo.Num, "") lib.CheckMultiPoc(req, Pocs, PocInfo.Num, PocInfo.PocName)
return nil return nil
} }