Skip to content

Commit af97ba6

Browse files
committed
removed a stupid uuid_clear I introduced by mistake
1 parent 68af370 commit af97ba6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ struct cli_options *cli_options_parse(int argc, char *argv[]) {
8484
ERRORN("calloc");
8585
exit(EXIT_FAILURE);
8686
}
87-
uuid_clear(res->vmnet_network_identifier);
8887

8988
const struct option longopts[] = {
9089
{"socket-group", required_argument, NULL, CLI_OPT_SOCKET_GROUP },

0 commit comments

Comments
 (0)