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.
2 parents 29468ec + 650dd3e commit 07c722eCopy full SHA for 07c722e
opal/mca/if/linux_ipv6/if_linux_ipv6.c
@@ -127,7 +127,7 @@ static int if_linux_ipv6_open(void)
127
opal_if_t *intf;
128
129
if (!hexdecode(addrhex, a6.s6_addr, sizeof a6.s6_addr)) {
130
- char hostname[OPAL_MAXHOSTNAMELEN] = {0};
+ char hostname[OPAL_MAXHOSTNAMELEN];
131
gethostname(hostname, sizeof(hostname));
132
opal_show_help("help-opal-if-linux-ipv6.txt",
133
"fail to parse if_inet6", true,
0 commit comments