git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ticket 37. The time_t currentTime parameter added in
[stg.git]
/
projects
/
sgauth
/
settings_impl.cpp
diff --git
a/projects/sgauth/settings_impl.cpp
b/projects/sgauth/settings_impl.cpp
index f85364201774bd1d10ce1fcf41df975887117046..1a7b8dcd71509c70a9fb4df1d6057fdec55201e9 100644
(file)
--- a/
projects/sgauth/settings_impl.cpp
+++ b/
projects/sgauth/settings_impl.cpp
@@
-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))
{