mirror of
https://github.com/FalconOpsLLC/goexec
synced 2026-06-06 15:44:27 +00:00
fix unused EPM filter
This commit is contained in:
@@ -136,6 +136,7 @@ func argsRpcClient(proto string, endpoint string) func(cmd *cobra.Command, args
|
||||
func(cmd *cobra.Command, args []string) (err error) {
|
||||
switch {
|
||||
case rpcClient.Endpoint != "":
|
||||
case rpcClient.Filter != "":
|
||||
case endpoint == "":
|
||||
rpcClient.UseEpm = true
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user