]> git.stg.codes - stg.git/blobdiff - projects/sgauth/settings_impl.cpp
Fix email.
[stg.git] / projects / sgauth / settings_impl.cpp
index f85364201774bd1d10ce1fcf41df975887117046..d3ff8885226b10e5843dd8286c6f231456f3fada 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /*
- *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
+ *    Author : Maksym Mamontov <stg@madf.info>
  */
 
 #include <iostream>
@@ -85,6 +85,8 @@ if (ParseIntInRange(temp, 1, 65535, &port))
     return -1;
     }
 
+cf.ReadString("LocalName", &localName, "");
+
 cf.ReadString("LocalPort", &temp, "0");
 if (ParseIntInRange(temp, 0, 65535, &localPort))
     {