[NETSH] Fix a type in the interpreter

This commit is contained in:
Eric Kohl
2025-11-08 20:32:53 +01:00
parent 3398506341
commit 0362651eb8

View File

@@ -211,7 +211,7 @@ InterpretCommand(
if (dwError == ERROR_SHOW_USAGE)
{
PrintCommandHelp(pTempContext, pGroup, pCommand);
dwError == ERROR_SUPPRESS_OUTPUT;
dwError = ERROR_SUPPRESS_OUTPUT;
}
}
else