Skip to content

Commit

Permalink
Fixed copypaste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed May 24, 2024
1 parent 8e396fb commit 38cbd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irisnet/noncore/cutestuff/bsocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class HappyEyeballsConnector : public QObject {
sd.resolver->setProtocol(XMPP::ServiceResolver::HappyEyeballs);
connect(sd.resolver, &XMPP::ServiceResolver::srvReady, this, &HappyEyeballsConnector::splitSrvResolvers);
// we don't care about special handling of fail. we have fallback host there anyway
connect(sd.resolver, &XMPP::ServiceResolver::error, this, &HappyEyeballsConnector::splitSrvResolvers);
connect(sd.resolver, &XMPP::ServiceResolver::srvFailed, this, &HappyEyeballsConnector::splitSrvResolvers);
sd.state = Resolve;
sd.resolver->start(services, transport, domain, port);
}
Expand Down

0 comments on commit 38cbd1f

Please sign in to comment.