Use existing temporary variable conn.
[radsecproxy.git] / hostport_types.h
1 struct hostportres {
2     char *host;
3     char *port;
4     uint8_t prefixlen;
5     struct addrinfo *addrinfo;
6 };