mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 06:31:50 +08:00
Checkpoint. Conversion to event driven system complete for Unix.
Still need to convert win32 platform specific files.
This commit is contained in:
@@ -761,8 +761,9 @@ CConfig::readSectionOptions(std::istream& s)
|
||||
try {
|
||||
m_synergyAddress = CNetworkAddress(value, kDefaultPort);
|
||||
}
|
||||
catch (XSocketAddress&) {
|
||||
throw XConfigRead("invalid address argument");
|
||||
catch (XSocketAddress& e) {
|
||||
throw XConfigRead(CString("invalid address argument: ") +
|
||||
e.what());
|
||||
}
|
||||
}
|
||||
else if (name == "heartbeat") {
|
||||
|
||||
Reference in New Issue
Block a user