3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01:00

client: List all enum values in switch statement

This commit is contained in:
Marcel Holtmann 2018-12-07 08:58:53 +01:00
parent 610f9d28f0
commit 42f5d905b1

View File

@ -378,8 +378,10 @@ error:
case CMD_STATUS_FAILED:
goto failure;
default:
case CMD_STATUS_TRIGGERED:
case CMD_STATUS_DONE:
l_error("Unknown command status.");
break;
}
if (interactive_mode)