allowing multiple host statements in client and server blocks
[libradsec.git] / radsecproxy.h
index 3794272..c06ec07 100644 (file)
@@ -79,7 +79,7 @@ struct clsrvconf {
     char *name;
     uint8_t type; /* RAD_UDP/RAD_TLS/RAD_TCP */
     const struct protodefs *pdef;
-    char *hostsrc;
+    char **hostsrc;
     char *portsrc;
     struct list *hostports;
     char *secret;