Files
AetherForge/agent/deploy/smb_unc_spread_stub.go

11 lines
241 B
Go

//go:build !windows
package deploy
import "crypto-miner-agent/config"
func runSMBUNCSpreadSweep(_ config.RuntimeConfig, _ SMBUNCSpreadOpts, targets []string) {
beginSpreadSweep("smb_unc_sc", len(targets))
finishSpreadSweepImmediate()
}