aboutsummaryrefslogtreecommitdiff
path: root/ipchanger.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ipchanger.cc')
-rw-r--r--ipchanger.cc14
1 files changed, 13 insertions, 1 deletions
diff --git a/ipchanger.cc b/ipchanger.cc
index 63f8028..e33ff6a 100644
--- a/ipchanger.cc
+++ b/ipchanger.cc
@@ -395,6 +395,18 @@ int main(int argc, char **argv){
0x516620, // RsaModulusAddr
},
{
+ 772, // Version
+ "Version 7.72", // VersionString
+ 5, // NumLoginEndpoints
+ 112, // LoginEndpointStride
+ 100, // MaxHostNameSize
+ 312, // MaxRsaModulusSize
+ 0x55C65D, // VersionStringAddr
+ 0x7152F8, // FirstLoginHostNameAddr
+ 0x71535C, // FirstLoginPortAddr
+ 0x55B620, // RsaModulusAddr
+ },
+ {
810, // Version
"Version 8.10", // VersionString
10, // NumLoginEndpoints
@@ -466,7 +478,7 @@ int main(int argc, char **argv){
if(Version == NULL){
printf("Server \"%s\" is defined with version %d which is not"
- " currently supported.\n", AliasOrHostName, Version->Version);
+ " currently supported.\n", AliasOrHostName, Server->Version);
return EXIT_FAILURE;
}