X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=client_common.c;h=95e59fd29de2015fcc65443a4ffc6442387ec0f8;hb=68c0deb1ae25af923fde02952159c1129a281813;hp=64f6c67612a5c665b87dcdb8d3e051bc7500b455;hpb=be6cdae0466199a60c3e3e749a2b331c762dc6fc;p=paraslash.git diff --git a/client_common.c b/client_common.c index 64f6c676..95e59fd2 100644 --- a/client_common.c +++ b/client_common.c @@ -490,7 +490,7 @@ int client_connect(struct client_task *ct, struct sched *s, PARA_NOTICE_LOG("connecting %s:%u\n", host, port); ct->scc.fd = -1; - ret = para_connect_simple(IPPROTO_TCP, host, port); + ret = para_connect(IPPROTO_TCP, host, port); if (ret < 0) return ret; ct->scc.fd = ret;