chiark / gitweb /
connect uses new network address support
[disorder] / lib / configuration.h
index 47856d7c52f72e52304cfe78a9dd34a91171f038..4cb56774671ebeec323d4069d6528bb1d75a919f 100644 (file)
@@ -194,7 +194,7 @@ struct config {
   const char *password;
 
   /** @brief Address to connect to */
-  struct stringlist connect;
+  struct netaddress connect;
 
   /** @brief Directories to search for web templates */
   struct stringlist templates;