This commit is contained in:
maxdcb
2026-04-29 21:41:07 +02:00
parent b9e40f43bf
commit 52fa15fffc
15 changed files with 36 additions and 1 deletions
+3
View File
@@ -61,7 +61,10 @@ std::string Netstat::getInfo()
int Netstat::init(std::vector<std::string>& splitedCmd, C2Message& c2Message)
{
#if defined(BUILD_TEAMSERVER) || defined(C2CORE_BUILD_TESTS)
c2Message.set_instruction(splitedCmd[0]);
#endif
return 0;
}