1
1

opal/util/net.c: remove stale comment

Also wrap a long "if" statement -- but make no code logic changes.
Этот коммит содержится в:
Jeff Squyres 2015-06-06 10:12:19 -07:00
родитель 6ca57724c4
Коммит 0acec2b676

Просмотреть файл

@ -161,10 +161,8 @@ opal_net_init(void)
sscanf( arg, "%u.%u.%u.%u/%u", &a, &b, &c, &d, &bits );
if( (a > 255) || (b > 255) || (c > 255) || (d > 255) || (bits > 32) ) {
/* TODO: A reminder to change this to OPAL SOS once this framework
* get added to the trunk.
*/
if( (a > 255) || (b > 255) || (c > 255) ||
(d > 255) || (bits > 32) ) {
if (0 == found_bad) {
opal_show_help("help-opal-util.txt",
"malformed net_private_ipv4",