]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/radius/config.h
Parse TCP port correctly.
[stg.git] / projects / stargazer / plugins / other / radius / config.h
index 809d91c9783b444650e18734960309d676c3e488..2d4f638f652dc4263bbf5b86e627fe2055f7ade4 100644 (file)
@@ -75,8 +75,8 @@ struct Config
     bool verbose;
 
     std::string address;
-    std::string bindAddress;
     Type connectionType;
+    std::string bindAddress;
     std::string portStr;
     uint16_t port;
     std::string key;