We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68af370 commit af97ba6Copy full SHA for af97ba6
cli.c
@@ -84,7 +84,6 @@ struct cli_options *cli_options_parse(int argc, char *argv[]) {
84
ERRORN("calloc");
85
exit(EXIT_FAILURE);
86
}
87
- uuid_clear(res->vmnet_network_identifier);
88
89
const struct option longopts[] = {
90
{"socket-group", required_argument, NULL, CLI_OPT_SOCKET_GROUP },
0 commit comments