sleep while locked

This commit is contained in:
Folkert van Heusden 2024-06-26 20:41:44 +02:00
parent 09c0f5840f
commit 2d9f953959
Signed by untrusted user who does not match committer: folkert
GPG key ID: 30190E8C1F28D8AE

View file

@ -157,7 +157,6 @@ void comm_tcp_socket_client::operator()()
DOLOG(ll_error, true, "comm_tcp_socket_client: cannot resolve \"%s\":%s: %s", host.c_str(), port_str, gai_strerror(rc));
#endif
myusleep(101000l);
continue;
}