Removed an unreachable break statement to silence SGI compiler.
This commit is contained in:
parent
a2c2ae62df
commit
6f848c175f
|
@ -330,7 +330,7 @@ getaddrinfo(hostname, servname, hints, res)
|
|||
break;
|
||||
default:
|
||||
ERR(EAI_SOCKTYPE);
|
||||
break;
|
||||
/* unreachable */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue