examples/client-blocking: pull out the error before freeing conn.
[radsecproxy.git] / hostport_types.h
1 struct hostportres {
2     char *host;
3     char *port;
4     uint8_t prefixlen;
5     struct addrinfo *addrinfo;
6 };