Skip to content

Commit 0362651

Browse files
committed
[NETSH] Fix a type in the interpreter
1 parent 3398506 commit 0362651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/applications/network/netsh/interpreter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ InterpretCommand(
211211
if (dwError == ERROR_SHOW_USAGE)
212212
{
213213
PrintCommandHelp(pTempContext, pGroup, pCommand);
214-
dwError == ERROR_SUPPRESS_OUTPUT;
214+
dwError = ERROR_SUPPRESS_OUTPUT;
215215
}
216216
}
217217
else

0 commit comments

Comments
 (0)