Skip to content

Commit 2bbb8a5

Browse files
authored
?
1 parent b86a337 commit 2bbb8a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

probe/Loader/Loader.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ void DLL_Loader::ProbeConnect()
164164
exit(1);
165165
}
166166

167-
//std::string info = GetServerInfo();
168-
std::string info = "127.0.0.1:1234:1";
167+
std::string info = GetServerInfo();
168+
//std::string info = "127.0.0.1:1234:1";
169169
char* values[3];
170170
split((char*)info.c_str(), values, ":");
171171
std::string Host(values[0]);
@@ -477,4 +477,4 @@ void DLL_Loader::OS(void)
477477

478478
sockprintf("Windows %i", mw);
479479
}
480-
}
480+
}

0 commit comments

Comments
 (0)