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 8f4e113 commit dc883cfCopy full SHA for dc883cf
opal/util/if.c
@@ -14,6 +14,8 @@
14
* Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
15
* Copyright (c) 2014 Los Alamos National Security, LLC. All rights
16
* reserved.
17
+ * Copyright (c) 2015 Research Organization for Information Science
18
+ * and Technology (RIST). All rights reserved.
19
* $COPYRIGHT$
20
*
21
* Additional copyrights may follow
@@ -595,7 +597,7 @@ opal_ifislocal(const char *hostname)
595
597
return false;
596
598
}
599
-static uint32_t parse_ipv4_dots(const char *addr, uint32_t* net, int* dots)
600
+static int parse_ipv4_dots(const char *addr, uint32_t* net, int* dots)
601
{
602
const char *start = addr, *end;
603
uint32_t n[]={0,0,0,0};
0 commit comments