1
1

Remove an extra "break" - thanks to Rainer for pointing it out.

This commit was SVN r24667.
Этот коммит содержится в:
Ralph Castain 2011-05-02 12:20:37 +00:00
родитель 138928fcf4
Коммит 257473ebca

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

@ -554,7 +554,6 @@ opal_iftupletoaddr(char *inaddr, uint32_t *net, uint32_t *mask)
*mask = parse_dots("255.255.255.128");
break;
case 24:
break;
*mask = parse_dots("255.255.255.0");
break;
case 23: